Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/PHP-5.3/ext/standard/tests/image/
H A Dgetimagesize.phpt10 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
13 while (($file = readdir($dir)) !== FALSE) {
18 closedir($dir);
/PHP-5.3/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.3/ext/standard/tests/file/
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);
H A Dfile_put_contents_variation4.phpt16 $thisTestDir = basename(__FILE__, ".php") . ".dir";
39 // in the include path. In this case it doesn't so the file should be written in the current dir.
H A Dlstat_stat_variation10.phpt19 /* test the effects of is_dir() on stats of a dir */
27 mkdir($dirname); // temp dir
H A Drename_variation3.phpt26 //rename the link to a new name in the same dir
33 // rename a hard link across dir
/PHP-5.3/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.3/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
H A Dscandir_variation4.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c
11 * Test scandir() with relative paths as $dir argument
/PHP-5.3/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.3/ext/phar/tests/tar/
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.3/ext/pdo/tests/
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';
H A Dbug_44173.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_014.phpt8 $dir = getenv('REDIR_TEST_DIR');
9 if (false == $dir) die('skip no driver');
10 require_once $dir . 'pdo_test.inc';
H A Dbug_44861.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
18 require_once $dir . 'pdo_test.inc';
H A Dpdo_005.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.3/ext/standard/tests/general_functions/
H A Dinclude_path.phpt23 var_dump(set_include_path(".:/path/to/dir"));
62 string(14) ".:/path/to/dir"
/PHP-5.3/ext/filter/
H A Dconfig.m47 PHP_ARG_WITH(pcre-dir, pcre install prefix,
8 [ --with-pcre-dir FILTER: pcre install prefix], no, no)
/PHP-5.3/ext/phar/tests/
H A D019bU.phpt31 $dir = opendir($phar . $base);
36 while (false !== ($entry = readdir($dir))) {
H A Dphar_gzipU.phpt30 $files['internal/dir/'] = '';
31 $files['dir/'] = '';
/PHP-5.3/ext/zip/tests/
H A Doo_delete.phpt22 $zip->addFromString('dir/entry2.txt', 'entry #2');
46 if ($zip->deleteName('dir/entry2.txt')) {

Completed in 51 milliseconds

1...<<1112131415161718192021