Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-7.3/ext/gd/
H A Dconfig.m411 PHP_ARG_WITH(webp-dir, for the location of libwebp,
16 PHP_ARG_WITH(jpeg-dir, for the location of libjpeg,
21 PHP_ARG_WITH(png-dir, for the location of libpng,
26 PHP_ARG_WITH(zlib-dir, for the location of libz,
30 PHP_ARG_WITH(xpm-dir, for the location of libXpm,
33 PHP_ARG_WITH(freetype-dir, for FreeType 2,
97 AC_MSG_RESULT([If configure fails try --with-webp-dir=<DIR>])
122 AC_MSG_RESULT([If configure fails try --with-jpeg-dir=<DIR>])
153 AC_MSG_RESULT([If configure fails try --with-png-dir=<DIR> and --with-zlib-dir=<DIR>])
180 AC_MSG_RESULT(If configure fails try --with-xpm-dir=<DIR>)
[all …]
/PHP-7.3/ext/standard/tests/dir/
H A Dscandir_variation2-mb.phpt7 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
9 * Source code: ext/standard/dir.c
19 $dir = dirname(__FILE__) . '/私はガラスを食べられますscandir_variation2';
20 mkdir($dir);
95 var_dump( scandir($dir, $input) );
104 $dir = dirname(__FILE__) . '/私はガラスを食べられますscandir_variation2';
105 rmdir($dir);
H A Dscandir_variation2.phpt7 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
9 * Source code: ext/standard/dir.c
19 $dir = dirname(__FILE__) . '/scandir_variation2';
20 mkdir($dir);
95 var_dump( scandir($dir, $input) );
104 $dir = dirname(__FILE__) . '/scandir_variation2';
105 rmdir($dir);
/PHP-7.3/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 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…
/PHP-7.3/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.3/ext/pdo/tests/
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_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_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';
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';
H A Dpdo_038.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-7.3/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.3/ext/phar/tests/
H A D017.phpt2 Phar: opendir test - no dir specified at all
24 $dir = opendir('phar://hio');
32 Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must ha…
/PHP-7.3/ext/zip/tests/
H A Doo_addpattern.phpt25 $dir = realpath($dirname);
26 $options = array('add_path' => 'baz/', 'remove_path' => $dir);
27 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {

Completed in 40 milliseconds

12345678910>>...24