Home
last modified time | relevance | path

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

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

/PHP-5.4/ext/pdo/tests/
H A Dpdo_012.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_013.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_015.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_38253.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 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_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';
/PHP-5.4/ext/standard/tests/file/
H A Dstat_basic-win32.phpt23 // creating dir
26 // stat of the dir created
39 // now new stat of the dir after file is created
56 echo "-- comparing difference in dir stats before and after creating file in it --\n";
78 -- comparing difference in dir stats before and after creating file in it --
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 Dis_dir_error.phpt17 /* Non-existing dir */
18 var_dump( is_dir("/no/such/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 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
/PHP-5.4/main/streams/
H A Dplain_wrapper.c818 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() local
859 DIR *dir = NULL; in php_plain_files_dir_opener() local
872 dir = VCWD_OPENDIR(path); in php_plain_files_dir_opener()
875 if (!dir) { in php_plain_files_dir_opener()
879 if (dir && dir->finished) { in php_plain_files_dir_opener()
880 closedir(dir); in php_plain_files_dir_opener()
881 dir = NULL; in php_plain_files_dir_opener()
884 if (dir) { in php_plain_files_dir_opener()
887 closedir(dir); in php_plain_files_dir_opener()
1149 dir = p + 3; in php_plain_files_mkdir()
[all …]
/PHP-5.4/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.4/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.4/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');
/PHP-5.4/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.4/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
/PHP-5.4/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

Completed in 46 milliseconds

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