Searched refs:is_dir (Results 1 – 25 of 114) sorted by relevance
12345
/PHP-7.3/ext/standard/tests/file/ |
H A D | is_dir_basic.phpt | 2 Test is_dir() function: basic functionality 5 /* Prototype: bool is_dir ( string $filename ); 10 echo "*** Testing is_dir(): basic functionality ***\n"; 12 var_dump( is_dir($file_path) ); 14 var_dump( is_dir(".") ); 15 var_dump( is_dir(__FILE__) ); // expected: bool(false) 19 var_dump( is_dir($dir_name) ); 22 var_dump( is_bool( is_dir($file_path) ) ); 23 var_dump( is_bool( is_dir("/no/such/dir") ) ); 34 *** Testing is_dir(): basic functionality *** [all …]
|
H A D | is_dir_variation1.phpt | 2 Test is_dir() function: usage variations - dir/subdir 5 /* Prototype: bool is_dir ( string $dirname ); 10 /* Testing is_dir() with base and sub dirs */ 14 echo "-- Testing is_dir() with an empty dir --\n"; 17 var_dump( is_dir($dirname) ); 20 echo "-- Testing is_dir() with a subdir in base dir --\n"; 23 var_dump( is_dir($subdirname) ); 24 var_dump( is_dir($dirname) ); 36 -- Testing is_dir() with an empty dir -- 38 -- Testing is_dir() with a subdir in base dir --
|
H A D | is_dir_error.phpt | 2 Test is_dir() function: error conditions 5 /* Prototype: bool is_dir ( string $filename ); 10 echo "*** Testing is_dir() error conditions ***"; 11 var_dump( is_dir() ); // Zero No. of args 15 var_dump( is_dir($dir_name, "is_dir_error1") ); // args > expected no.of args 18 var_dump( is_dir("/no/such/dir") ); 27 *** Testing is_dir() error conditions *** 28 Warning: is_dir() expects exactly 1 parameter, 0 given in %s on line %d 31 Warning: is_dir() expects exactly 1 parameter, 2 given in %s on line %d
|
H A D | is_dir_variation2.phpt | 2 Test is_dir() function: usage variations - links 10 /* Prototype: bool is_dir ( string $dirname ); 15 /* Testing is_dir() with dir, soft & hard link to dir, 20 echo "*** Testing is_dir() with dir and links to dir ***\n"; 24 var_dump( is_dir($dirname) ); 29 var_dump( is_dir($file_path."/is_dir_variation2_symlink") ); //is_dir() resolves symlinks 34 var_dump( is_dir($file_path."/is_dir_variation2_link") ); 41 var_dump( is_dir($filename) ); 51 var_dump( is_dir($file_path."/is_dir_variation2_link.tmp") ); 79 *** Testing is_dir() with dir and links to dir *** [all …]
|
H A D | is_dir_variation3.phpt | 2 Test is_dir() function: usage variations - invalid arguments 5 /* Prototype: bool is_dir ( string $dirname ); 10 /* Passing invalid arguments to is_dir() */ 14 echo "*** Testing is_dir() with Invalid arguments: expected bool(false) ***\n"; 31 var_dump( is_dir($dirname) ); 38 *** Testing is_dir() with Invalid arguments: expected bool(false) *** 45 Warning: is_dir() expects parameter 1 to be a valid path, resource given in %s on line %d
|
H A D | bug43137.phpt | 9 var_dump(is_dir($dirname)); // Expected: true 11 var_dump(is_dir($dirname)); // Expected: false 12 var_dump(is_dir($toname)); // Expected: true 14 var_dump(is_dir($toname)); // Expected: false
|
H A D | is_dir_variation4.phpt | 2 Test is_dir() function: usage variations - diff. path notations 5 /* Prototype: bool is_dir ( string $dirname ); 14 echo "*** Testing is_dir() with different notations of dir names ***"; 41 var_dump( is_dir($file_path."/".$dir ) ); 54 *** Testing is_dir() with different notations of dir names *** 81 Warning: is_dir() expects parameter 1 to be a valid path, string given in %s on line %d 86 Warning: is_dir() expects parameter 1 to be a valid path, string given in %s on line %d
|
H A D | lstat_stat_variation10.phpt | 2 Test lstat() and stat() functions: usage variations - effects of is_dir() 19 /* test the effects of is_dir() on stats of a dir */ 29 // is_dir() on a directory 30 echo "*** Testing stat() on directory after using is_dir() on it ***\n"; 35 var_dump( is_dir($dirname) ); 52 *** Testing stat() on directory after using is_dir() on it ***
|
H A D | stat_variation4-win32.phpt | 2 Test stat() functions: usage variations - effects of is_dir() & is_file() 17 /* test the effects on the stats of dir/file for using is_dir() & is_file() on dir/file */ 31 with is_dir() and is_file() functions ***\n"; 33 // is_dir() on a directory 40 var_dump( is_dir($old_dirname) ); 79 with is_dir() and is_file() functions ***
|
H A D | bug45181.phpt | 6 var_dump(is_dir("bug45181_x")); 8 var_dump(is_dir("bug45181_x"));
|
H A D | bug68335.phpt | 7 var_dump(is_dir($dir)); 9 var_dump(is_dir($dir));
|
H A D | bug55124.phpt | 8 if (is_dir('a/b')) { 11 if (is_dir('./a')) {
|
H A D | chroot_001.phpt | 17 var_dump(is_dir("chroot_001_x")); 19 var_dump(is_dir("chroot_001_x"));
|
H A D | bug43353-win32.phpt | 13 var_dump(is_dir('file:///datafoo:test')); 14 var_dump(is_dir('datafoo:test'));
|
H A D | bug43353.phpt | 13 var_dump(is_dir('file:///datafoo:test')); 14 var_dump(is_dir('datafoo:test'));
|
/PHP-7.3/ext/standard/tests/file/windows_mb_path/ |
H A D | bug64699.phpt | 2 Bug #64699 is_dir() is inaccurate result on Windows with japanese locale. 36 $type2= is_dir($path) ? 'dir' : 'file'; 38 … echo "filetype()[".str_pad($type, 4)."] == is_dir()[".str_pad($type2, 4)."] -> $comp: {$file}\n"; 54 filetype()[dir ] == is_dir()[dir ] -> OK: . 55 filetype()[dir ] == is_dir()[dir ] -> OK: .. 56 filetype()[dir ] == is_dir()[dir ] -> OK: a 57 filetype()[dir ] == is_dir()[dir ] -> OK: şŞıİğĞ 58 filetype()[dir ] == is_dir()[dir ] -> OK: ソ 59 filetype()[dir ] == is_dir()[dir ] -> OK: ゾ 60 filetype()[dir ] == is_dir()[dir ] -> OK: 多国語 [all …]
|
/PHP-7.3/tests/security/ |
H A D | open_basedir_is_dir.phpt | 8 test_open_basedir("is_dir"); 16 *** Testing open_basedir configuration [is_dir] *** 23 Warning: is_dir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(… 26 Warning: is_dir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allow… 29 Warning: is_dir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): … 32 Warning: is_dir(): open_basedir restriction in effect. File(../) is not within the allowed path(s):… 35 Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (… 38 Warning: is_dir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pat… 41 Warning: is_dir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the … 47 Warning: is_dir(): open_basedir restriction in effect. File(./../.) is not within the allowed path(… [all …]
|
/PHP-7.3/win32/build/ |
H A D | mkdist.php | 346 if (!file_exists("$dest") || !is_dir("$dest")) { 361 if (!file_exists($sasl_dest_dir) || !is_dir($sasl_dest_dir)) { 393 if (!is_dir($dest)) { 406 if (is_dir($fs)) { 424 if (!is_dir($dest . '/tests')) { 432 if(!file_exists($directory) || !is_dir($directory)) { 441 if($file != '.' && $file != '..' && $file != '.svn' && is_dir($full_path)) { 443 if (!is_dir($dest . '/' . $full_path)) { 487 if (!is_dir($test_dir)) { 548 if (is_dir($item)) { [all …]
|
/PHP-7.3/ext/phar/tests/cache_list/files/ |
H A D | write3.phar | 3 var_dump(file_exists("phar://" . __FILE__ . "/test"), is_dir("phar://" . __FILE__ . "/test")); 6 var_dump(file_exists("phar://" . __FILE__ . "/test"), is_dir("phar://" . __FILE__ . "/test"));
|
H A D | write3.phar.inc | 9 var_dump(file_exists("phar://" . __FILE__ . "/test"), is_dir("phar://" . __FILE__ . "/test")); 12 var_dump(file_exists("phar://" . __FILE__ . "/test"), is_dir("phar://" . __FILE__ . "/test"));
|
/PHP-7.3/ext/phar/tests/ |
H A D | cached_manifest_1.phpt | 20 var_dump(is_dir($pname . '/b')); 21 var_dump(is_dir($pname . '/d')); 22 var_dump(is_dir($pname . '/b/c.php'));
|
/PHP-7.3/ext/zlib/tests/ |
H A D | zlib_scheme_stat_basic2.phpt | 17 echo "is_dir="; 18 var_dump(is_dir($srcFile)); 34 is_dir=bool(false)
|
/PHP-7.3/ext/ |
H A D | ext_skel.php | 157 } else if (!is_dir($options['skel'])) { 299 if (is_dir($test)) { 326 if (!$options['dir'] || !is_dir($options['dir'])) { 328 } else if (is_dir($options['dir'] . $options['ext'])) {
|
/PHP-7.3/ext/phar/ |
H A D | shortarc.php | 158 if (!file_exists($sessionpath) || !is_dir($sessionpath)) { 202 if (is_dir('/temp') || mkdir('/temp')) { 284 is_dir($f) ? @rmdir($f) : @unlink($f); 285 if (file_exists($f) && is_dir($f)) {
|
/PHP-7.3/sapi/cgi/tests/ |
H A D | include.inc | 28 …if (is_dir($php_path) && file_exists("$php_path/php-cgi.exe") && is_executable("$php_path/php-cgi.… 41 …if ($php_path && is_dir($php_path) && file_exists($php_path."/cgi/php-cgi") && is_executable($php_…
|
Completed in 26 milliseconds
12345