Home
last modified time | relevance | path

Searched refs:dir (Results 176 – 200 of 606) sorted by relevance

12345678910>>...25

/PHP-7.1/ext/standard/tests/file/
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 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…
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 Dbug41874.phpt9 $result = exec('cd 1:\non_existent; dir nonexistent');
11 system('cd 1:\non_existent; dir nonexistent');
/PHP-7.1/ext/openssl/tests/
H A Dbug39217.phpt9 $dir = dirname(__FILE__);
12 $res = openssl_x509_parse(file_get_contents($dir . '/' . $cert));
/PHP-7.1/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-7.1/ext/pdo/tests/
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 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 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_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_024.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';
H A Dpdo_003.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_004.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_033.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
/PHP-7.1/ext/libxml/tests/
H A Dbug61367-read.phpt18 $dir = htmlspecialchars(dirname(getcwd()));
19 $dir = str_replace('\\', '/', $dir); // fix for windows
22 <!ENTITY file SYSTEM "file:///$dir/bad">
/PHP-7.1/scripts/dev/
H A Dcheck_parameters.php367 foreach($dirs as $dir) {
368 if (is_dir($dir)) {
369 if (!is_readable($dir)) {
370 echo "ERROR: directory '", $dir ,"' is not readable\n";
374 echo "ERROR: bogus directory '", $dir ,"'\n";
379 foreach ($dirs as $dir) {
380 recurse(realpath($dir));
/PHP-7.1/ext/zip/tests/
H A Doo_addpattern.phpt26 $dir = realpath($dirname);
27 $options = array('add_path' => 'baz/', 'remove_path' => $dir);
28 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
/PHP-7.1/ext/gd/
H A Dconfig.m413 PHP_ARG_WITH(webp-dir, for the location of libwebp,
18 PHP_ARG_WITH(jpeg-dir, for the location of libjpeg,
23 PHP_ARG_WITH(png-dir, for the location of libpng,
28 PHP_ARG_WITH(zlib-dir, for the location of libz,
32 PHP_ARG_WITH(xpm-dir, for the location of libXpm,
35 PHP_ARG_WITH(freetype-dir, for FreeType 2,
102 AC_MSG_RESULT([If configure fails try --with-webp-dir=<DIR>])
127 AC_MSG_RESULT([If configure fails try --with-jpeg-dir=<DIR>])
158 AC_MSG_RESULT([If configure fails try --with-png-dir=<DIR> and --with-zlib-dir=<DIR>])
185 AC_MSG_RESULT(If configure fails try --with-xpm-dir=<DIR>)
[all …]
/PHP-7.1/
H A Dltmain.sh1565 case $dir in
1574 dir="$absdir"
1755 case $dir in
1763 *" $dir "*) ;;
2936 test "X$dir" = "X$deplib" && dir="."
2938 case $dir in
4822 case $dir in
5999 test "X$dir" = "X$file/" && dir=
6000 dir="$dir$objdir"
6561 dir=.
[all …]
/PHP-7.1/ext/spl/tests/
H A Darray_009a.phpt21 $dir = new RecursiveIteratorIterator(new MyRecursiveArrayIterator($array), RecursiveIteratorIterato…
23 foreach ($dir as $file) {

Completed in 39 milliseconds

12345678910>>...25