Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 25 of 109) sorted by last modified time

12345

/PHP-5.5/win32/build/
H A Dmkdist.php334 if (!file_exists("$dest") || !is_dir("$dest")) {
365 if (!is_dir($dest)) {
378 if (is_dir($fs)) {
396 if (!is_dir($dest . '/tests')) {
404 if(!file_exists($directory) || !is_dir($directory)) {
413 if($file != '.' && $file != '..' && $file != '.svn' && is_dir($full_path)) {
415 if (!is_dir($dest . '/' . $full_path)) {
459 if (!is_dir($test_dir)) {
520 if (is_dir($item)) {
548 if (is_dir($item)) {
/PHP-5.5/tests/security/
H A Dopen_basedir.inc27 if (is_dir($directory) == FALSE) {
43 if (is_dir($path) == TRUE) {
H A Dopen_basedir_001.phpt8 if (!is_dir("/usr/local/bin")) {
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-5.5/
H A Dserver-tests.php800 if (is_dir($dir)) {
842 if (is_dir("$dir/$name")) {
H A Drun-tests.php770 } else if (is_dir($testfile)) {
883 if (is_dir("{$dir}/{$name}") && !in_array($name, array('.', '..', '.svn'))) {
1398 if (!is_dir(dirname($copy_file))) {
/PHP-5.5/scripts/dev/
H A Dextern_c.php4 if (!is_dir($dir)) return;
7 if (is_dir($file)) {
H A Dfind_tested.php184 if(is_dir($path) == true) {
H A Dcheck_parameters.php299 if (is_dir($file)) {
360 if (is_dir($dir)) {
/PHP-5.5/sapi/cgi/tests/
H A Dinclude.inc33 …if ($php_path && is_dir($php_path) && file_exists($php_path."/cgi/php-cgi") && is_executable($php_…
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_dir_basic.phpt14 var_dump(is_dir($srcFile));
H A Dzlib_scheme_stat_basic2.phpt17 echo "is_dir=";
18 var_dump(is_dir($srcFile));
34 is_dir=bool(false)
/PHP-5.5/ext/zip/tests/
H A Dbug40228.phpt12 if (is_dir($dest . '/test/empty')) {
H A Doo_extract.phpt20 if (!is_dir($dirname . '__oo_extract_tmp')) {
24 if (!is_dir($dirname .'__oo_extract_tmp/foobar')) {
H A Dutils.inc14 if (is_dir($dir . '/' . $item)) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt6 if (!extension_loaded("spl") || is_dir('c:\\not\\exists\\here')) die("skip");
H A Dbug44295.phpt6 if (!extension_loaded("spl") || is_dir('/this/path/does/not/exist')) die("skip");
/PHP-5.5/ext/standard/tests/file/windows_acls/
H A Dcommon.inc163 if (is_dir($path)) {
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt37 var_dump(is_dir("mklink_junction"));
38 var_dump(is_dir("$fullpath"));
/PHP-5.5/ext/standard/tests/file/
H A Dtouch_variation5-win32.phpt72 if (is_dir($path) || is_file($path)) {
81 if (is_dir($path)) {
99 if (is_dir($path)) {
H A Dtouch_variation5.phpt72 if (is_dir($path) || is_file($path)) {
81 if (is_dir($path)) {
99 if (is_dir($path)) {
H A Dtouch_variation6-win32.phpt78 if (is_dir($path) || is_file($path)) {
87 if (is_dir($path)) {
105 if (is_dir($path)) {
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) );
80 with is_dir() and is_file() functions ***
H A Drealpath_cache.phpt23 ["is_dir"]=>
H A Drealpath_cache_win32.phpt23 ["is_dir"]=>

Completed in 72 milliseconds

12345