Home
last modified time | relevance | path

Searched refs:dir (Results 151 – 175 of 595) sorted by relevance

12345678910>>...24

/PHP-7.3/ext/standard/tests/file/
H A Dlstat_stat_variation17.phpt2 Test lstat() and stat() functions: usage variations - effects changing permissions of dir
19 /* test the effects on stats by changing permissions of a dir */
25 echo "*** Testing lstat() on a dir after changing its access permission ***\n";
50 *** Testing lstat() on a dir after changing its access permission ***
H A Ddisk_free_space_basic.phpt25 $dir = "/disk_free_space";
26 mkdir($file_path.$dir);
28 $space1 = disk_free_space($file_path.$dir);
31 $fh = fopen($file_path.$dir."/disk_free_space.tmp", "a");
37 $space2 = disk_free_space($file_path.$dir);
H A Drename_variation12.phpt17 /* Creating unique files in various dirs by passing relative paths to $dir arg */
53 $dir = $allDirs[$i];
56 $res = rename($dir."/".$fromFile, $dir."/".$toFile);
59 $res = rename($dir."/".$toFile, $dir."/".$fromFile);
/PHP-7.3/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
14 /path/to/temp/dir
/PHP-7.3/ext/standard/
H A Dphp_dir.h23 PHP_MINIT_FUNCTION(dir);
24 PHP_RINIT_FUNCTION(dir);
/PHP-7.3/ext/spl/tests/
H A Darray_009.phpt8 $dir = new RecursiveIteratorIterator(new RecursiveArrayIterator($array), RecursiveIteratorIterator:…
10 foreach ($dir as $file) {
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt29 function rrmdir($dir) {
30 foreach(glob($dir . '/*') as $file) {
38 rmdir($dir);
/PHP-7.3/ext/simplexml/
H A Dconfig.m47 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
8 [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no)
/PHP-7.3/ext/phar/tests/
H A D019.phpt25 $dir = opendir('phar://hio/b');
27 if ($dir) {
28 while (false !== ($a = readdir($dir))) {
/PHP-7.3/ext/pdo/tests/
H A Dbug_34687.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_39398.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_43663.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5772.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5809.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_36428.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_61292.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_73234.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_027.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5217.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug44295.phpt10 $dir = '/this/path/does/not/exist';
17 $iter = new DirectoryIterator($dir);
28 in catch: DirectoryIterator::__construct(/this/path/does/not/exist): failed to open dir: No such fi…
/PHP-7.3/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt13 * Source code: ext/standard/dir.c
56 Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
61 Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
68 Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
73 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
H A Dscandir_error2.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
36 Warning: scandir(%s/idonotexist): failed to open dir: %s in %s on line %d
43 Warning: scandir(/idonotexist): failed to open dir: %s in %s on line %d
/PHP-7.3/ext/zip/tests/
H A Doo_setcomment.phpt22 $zip->addFromString('dir/entry2d.txt', 'entry #2');
29 var_dump($zip->setCommentName('dir/entry2d.txt', 'dir/entry2d.txt'));
67 string(15) "dir/entry2d.txt"
/PHP-7.3/ext/openssl/tests/
H A Dbug39217.phpt9 $dir = dirname(__FILE__);
12 $res = openssl_x509_parse(file_get_contents($dir . '/' . $cert));
/PHP-7.3/tests/security/
H A Dopen_basedir_scandir.phpt32 Warning: scandir(../bad): failed to open dir: %s in %s on line %d
39 Warning: scandir(../bad/bad.txt): failed to open dir: %s in %s on line %d
46 Warning: scandir(..): failed to open dir: %s in %s on line %d
53 Warning: scandir(../): failed to open dir: %s in %s on line %d
60 Warning: scandir(/): failed to open dir: %s in %s on line %d
67 Warning: scandir(../bad/.): failed to open dir: %s in %s on line %d
74 Warning: scandir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
81 Warning: scandir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d

Completed in 31 milliseconds

12345678910>>...24