Home
last modified time | relevance | path

Searched refs:dir (Results 201 – 225 of 524) sorted by relevance

12345678910>>...21

/PHP-8.2/ext/pdo/tests/
H A Dpdo_006.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_39656.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_60665.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_007.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_020.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_36798.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_031.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_dsn_containing_credentials.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
14 require_once $dir . 'pdo_test.inc';
H A Dbug_52098.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_73234.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
10 require_once $dir . 'pdo_test.inc';
/PHP-8.2/build/
H A Dltmain.sh1578 case $dir in
1587 dir="$absdir"
1768 case $dir in
1776 *" $dir "*) ;;
2949 test "X$dir" = "X$deplib" && dir="."
2951 case $dir in
4835 case $dir in
6012 test "X$dir" = "X$file/" && dir=
6013 dir="$dir$objdir"
6574 dir=.
[all …]
/PHP-8.2/ext/standard/tests/file/
H A Drename_variation11-win32.phpt50 $dir = $allDirs[$i];
53 $res = rename($dir."\\".$fromFile, $dir."\\".$toFile);
56 $res = rename($dir."\\".$toFile, $dir."\\".$fromFile);
H A Dreadfile_variation10-win32.phpt28 "/no/such/file/dir" => "/no/such/file/dir",
69 -- Filename: /no/such/file/dir --
71 Warning: readfile(/no/such/file/dir): Failed to open stream: No such file or directory in %s on lin…
H A D005_variation2.phpt32 $dir = __DIR__ . '/005_variation2';
33 mkdir($dir);
34 chdir($dir);
55 rmdir($dir);
H A Dfile_get_contents_variation8-win32.phpt29 "/no/such/file/dir" => "/no/such/file/dir",
74 -- Filename: /no/such/file/dir --
76 Warning: file_get_contents(/no/such/file/dir): Failed to open stream: No such file or directory in …
H A Dmkdir_variation5.phpt48 foreach($dirs as $dir) {
49 echo "-- creating $dir --\n";
50 $res = mkdir($dir);
53 rmdir($dir);
H A Dstat_variation6-win32.phpt2 Test stat() functions: usage variations - changing permissions of dir/file
12 /* test the effects on the stats of dir/file for changing permissions of dir/file */
21 mkdir($dirname); // temp dir
/PHP-8.2/main/streams/
H A Dphp_stream_plain_wrapper.h44 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *…
45 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
/PHP-8.2/ext/spl/tests/
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt32 function rrmdir($dir) {
33 foreach(glob($dir . '/*') as $file) {
41 rmdir($dir);
/PHP-8.2/ext/zlib/tests/
H A Dzlib_scheme_dir_basic.phpt7 $inputFileName = __DIR__."/dir.gz";
18 Warning: opendir(compress.zlib://%s/dir.gz): Failed to open directory: not implemented in %s on lin…
/PHP-8.2/ext/libxml/tests/
H A Dbug61367-read.phpt22 $dir = htmlspecialchars(dirname(getcwd()));
23 $dir = str_replace('\\', '/', $dir); // fix for windows
26 <!ENTITY file SYSTEM "file:///$dir/bad">
/PHP-8.2/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt6 $d = dir(getcwd());
14 $d = dir(getcwd());
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug60723.phpt8 $dir = __DIR__;
9 $log = $dir . "/tmp.err";
/PHP-8.2/ext/standard/tests/image/
H A Dimage_type_to_mime_type.phpt10 $dir = opendir(__DIR__) or die('cannot open directory: '.__DIR__);
13 while (($file = readdir($dir)) !== FALSE) {
18 closedir($dir);
/PHP-8.2/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc56 * @param string $dir
58 function mkdir($dir)
60 $this->zip->addEmptyDir($dir);

Completed in 76 milliseconds

12345678910>>...21