Home
last modified time | relevance | path

Searched refs:dir (Results 151 – 175 of 528) sorted by relevance

12345678910>>...22

/PHP-5.5/ext/pdo/tests/
H A Dbug_36428.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_033.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5217.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug65946.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_027.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_42917.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_43139.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_001.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_002.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_024.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_35671.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_008.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_028.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/spl/tests/
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt29 function rrmdir($dir) {
30 foreach(glob($dir . '/*') as $file) {
38 rmdir($dir);
/PHP-5.5/travis/
H A Dcompile.sh28 --with-jpeg-dir=/usr \
29 --with-png-dir=/usr \
33 --with-zlib-dir=/usr \
/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation7-win32.phpt20 $mainDir = "filePutContentsVar7.dir";
60 $dir = $allDirs[$i];
62 $res = file_put_contents($dir."\\".$filename, ($data + $i));
71 unlink($dir."/".$filename);
102 Warning: file_put_contents(%sfilePutContentsVar7.dir\filePutContentsVar7Sub\..\\\filePutContentsVar…
107 Warning: file_put_contents(%sfilePutContentsVar7.dir\filePutContentsVar7Sub\BADDIR\FileGetContentsV…
H A Dfile_put_contents_variation7.phpt15 $mainDir = "filePutContentsVar7.dir";
52 $dir = $allDirs[$i];
54 $res = file_put_contents($dir."/".$filename, ($data + $i));
63 unlink($dir."/".$filename);
94 Warning: file_put_contents(%sfilePutContentsVar7.dir/filePutContentsVar7Sub/..///filePutContentsVar…
99 Warning: file_put_contents(%sfilePutContentsVar7.dir/filePutContentsVar7Sub/BADDIR/FileGetContentsV…
H A Drename_variation12-win32.phpt17 /* Creating unique files in various dirs by passing relative paths to $dir arg */
53 $dir = $allDirs[$i];
56 $res = rename($dir."/".$fromFile, $dir."/".$toFile);
59 $res = rename($dir."/".$toFile, $dir."/".$fromFile);
H A Dparse_ini_file_variation6.phpt14 $mainDir = "parseIniFileVar6.dir";
51 $dir = $allDirs[$i];
53 var_dump(parse_ini_file($dir."/".$filename));
92 Warning: parse_ini_file(%sparseIniFileVar6.dir/parseIniFileVar6Sub/..///parseIniFileVar6Sub//..//..…
97 Warning: parse_ini_file(%sparseIniFileVar6.dir/parseIniFileVar6Sub/BADDIR/ParseIniFileVar6.ini): fa…
H A Dlstat_stat_variation5.phpt2 Test lstat() and stat() functions: usage variations - effects of touch() on dir
20 /* test the effects of touch() on stats of dir */
29 @rmdir($dir_name); //ensure that dir doesn't exists
30 mkdir($dir_name); // temp dir
H A Dtempnam_variation2-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
66 echo "temp dir\n";
126 File created in => temp dir
136 File created in => temp dir
141 File created in => temp dir
161 File created in => temp dir
H A Dfile_variation8.phpt14 $mainDir = "fileVar8.dir";
50 $dir = $allDirs[$i];
52 var_dump(file($dir."/".$filename));
91 Warning: file(%sfileVar8.dir/fileVar8Sub/..///fileVar8Sub//..//../fileVar8Sub/FileGetContentsVar7.t…
96 Warning: file(%sfileVar8.dir/fileVar8Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: No…
H A Dfile_get_contents_variation7.phpt14 $mainDir = "fileGetContentsVar7.dir";
50 $dir = $allDirs[$i];
52 var_dump(file_get_contents($dir."/".$filename));
79 Warning: file_get_contents(%sfileGetContentsVar7.dir/fileGetContentsVar7Sub/..///fileGetContentsVar…
84 Warning: file_get_contents(%sfileGetContentsVar7.dir/fileGetContentsVar7Sub/BADDIR/FileGetContentsV…
/PHP-5.5/ext/zlib/tests/
H A Dgzfile_variation15.phpt51 gzwrite($h, "This is a file in working dir");
67 gzwrite($h, "This is a file in script dir");
70 //should read the file in script dir
100 string(29) "This is a file in working dir"
105 string(28) "This is a file in script dir"
/PHP-5.5/ext/openssl/tests/
H A Dbug39217.phpt9 $dir = dirname(__FILE__);
12 $res = openssl_x509_parse(file_get_contents($dir . '/' . $cert));

Completed in 34 milliseconds

12345678910>>...22