Home
last modified time | relevance | path

Searched refs:dir (Results 251 – 275 of 528) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-5.5/ext/standard/tests/file/
H A Dis_dir_error.phpt17 /* Non-existing dir */
18 var_dump( is_dir("/no/such/dir") );
H A Dsymlink_link_linkinfo_is_link_variation8.phpt2 …inkinfo(), link() and is_link() functions : usage variations - try link with same name in diff. dir
26 /* creating link to a file in different dir with the same name as the file */
46 // delete temp dir
66 // delete temp dir
H A Dstat_variation4-win32.phpt17 /* test the effects on the stats of dir/file for using is_dir() & is_file() on dir/file */
24 mkdir("$file_path/stat_variation4/"); // temp dir
H A D006_error.phpt44 /* With non-existing file or dir */
45 var_dump( chmod("/no/such/file/dir", 0777) );
46 var_dump( fileperms("/no/such/file/dir") );
82 Warning: fileperms(): stat failed for /no/such/file/dir in %s on line %d
H A Drmdir_variation3.phpt49 foreach($dirs as $dir) {
51 echo "-- removing $dir --\n";
52 $res = rmdir($dir);
/PHP-5.5/ext/pdo/tests/
H A Dbug_43130.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
12 require_once $dir . 'pdo_test.inc';
H A Dpdo_023.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_017.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_026.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_022.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_025.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_029.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_030.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_009.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.5/ext/phar/tests/
H A Dstat2.phpt29 echo "dir\n";
54 string(3) "dir"
58 dir
H A Dstat2_5.3.phpt29 echo "dir\n";
54 string(3) "dir"
58 dir
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_004U.phpt23 $tar->mkDir('internal/dir');
24 $tar->mkDir('dir');
H A Dtar_004.phpt23 $tar->mkDir('internal/dir');
24 $tar->mkDir('dir');
H A D033.phpt26 echo "test dir\n";
46 test dir
/PHP-5.5/scripts/dev/
H A Dfind_tested.php178 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt) argument
180 $thisdir = dir($dir.'/'); //include the trailing slash
/PHP-5.5/ext/zip/
H A Dconfig.m49 PHP_ARG_WITH(zlib-dir, for the location of libz,
10 [ --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix], no, no)
13 PHP_ARG_WITH(pcre-dir, pcre install prefix,
14 [ --with-pcre-dir ZIP: pcre install prefix], no, no)
43 …AC_MSG_ERROR([zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB in…
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_error.phpt7 * Source code: ext/standard/dir.c
27 // close the handle so can remove dir in CLEAN section
H A Dscandir_basic.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt6 * Prototype: object dir(string directory[, resource context])
8 * Class is defined in ext/standard/dir.c
/PHP-5.5/ext/standard/tests/general_functions/
H A Dinclude_path.phpt23 var_dump(set_include_path(".:/path/to/dir"));
62 string(14) ".:/path/to/dir"

Completed in 40 milliseconds

1...<<11121314151617181920>>...22