Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 25 of 106) sorted by relevance

12345

/PHP-7.4/ext/standard/tests/file/
H A Dis_dir_basic.phpt2 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 Dis_dir_variation1.phpt2 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 Dis_dir_variation2.phpt2 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 Dis_dir_variation3.phpt2 Test is_dir() function: usage variations - invalid arguments
7 /* Prototype: bool is_dir ( string $dirname );
12 /* Passing invalid arguments to is_dir() */
16 echo "*** Testing is_dir() with Invalid arguments: expected bool(false) ***\n";
33 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 Dbug43137.phpt9 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 Dis_dir_variation4.phpt2 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 Dlstat_stat_variation10.phpt2 Test lstat() and stat() functions: usage variations - effects of is_dir()
16 /* test the effects of is_dir() on stats of a dir */
26 // is_dir() on a directory
27 echo "*** Testing stat() on directory after using is_dir() on it ***\n";
32 var_dump( is_dir($dirname) );
55 *** Testing stat() on directory after using is_dir() on it ***
H A Dstat_variation4-win32.phpt2 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 Dbug68335.phpt7 var_dump(is_dir($dir));
9 var_dump(is_dir($dir));
H A Dbug45181.phpt6 var_dump(is_dir("bug45181_x"));
8 var_dump(is_dir("bug45181_x"));
H A Dbug55124.phpt8 if (is_dir('a/b')) {
11 if (is_dir('./a')) {
H A Dchroot_001.phpt17 var_dump(is_dir("chroot_001_x"));
19 var_dump(is_dir("chroot_001_x"));
H A Dbug43353.phpt8 var_dump(is_dir('file:///datafoo:test'));
9 var_dump(is_dir('datafoo:test'));
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug64699.phpt2 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.4/tests/security/
H A Dopen_basedir_is_dir.phpt8 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.4/ext/phar/tests/cache_list/files/
H A Dwrite3.phar3 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 Dwrite3.phar.inc9 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.4/win32/build/
H A Dmkdist.php345 if (!file_exists("$dest") || !is_dir("$dest")) {
360 if (!file_exists($sasl_dest_dir) || !is_dir($sasl_dest_dir)) {
392 if (!is_dir($dest)) {
405 if (is_dir($fs)) {
423 if (!is_dir($dest . '/tests')) {
431 if(!file_exists($directory) || !is_dir($directory)) {
440 if($file != '.' && $file != '..' && $file != '.svn' && is_dir($full_path)) {
442 if (!is_dir($dest . '/' . $full_path)) {
486 if (!is_dir($test_dir)) {
547 if (is_dir($item)) {
[all …]
/PHP-7.4/ext/phar/tests/
H A Dcached_manifest_1.phpt20 var_dump(is_dir($pname . '/b'));
21 var_dump(is_dir($pname . '/d'));
22 var_dump(is_dir($pname . '/b/c.php'));
H A D019b.phpt36 var_dump(is_dir($phar . $entry));
37 if (is_dir($phar . $entry))
/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_stat_basic2.phpt17 echo "is_dir=";
18 var_dump(is_dir($srcFile));
34 is_dir=bool(false)
/PHP-7.4/ext/
H A Dext_skel.php225 } else if (!is_dir($options['skel'])) {
362 if (is_dir($test)) {
389 if (!$options['dir'] || !is_dir($options['dir'])) {
391 } else if (is_dir($options['dir'] . $options['ext'])) {
/PHP-7.4/sapi/cgi/tests/
H A Dinclude.inc28 …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_…
/PHP-7.4/ext/phar/
H A Dshortarc.php158 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.4/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt35 var_dump(is_dir("mklink_junction"));
36 var_dump(is_dir("$fullpath"));

Completed in 29 milliseconds

12345