Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/pdo/tests/
H A Dbug_38394.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_007.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_031.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_60665.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_39656.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_020.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_019.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_71885.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
10 require_once $dir . 'pdo_test.inc';
H A Dpdo_dsn_containing_credentials.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
13 require_once $dir . 'pdo_test.inc';
/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h46 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *…
47 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
/PHP-7.4/build/
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.4/ext/standard/tests/general_functions/
H A Dbug60723.phpt8 $dir = __DIR__;
9 $log = $dir . "/tmp.err";
/PHP-7.4/ext/standard/tests/file/
H A Dfileowner_error.phpt11 /* Non-existing file or dir */
12 var_dump( fileowner("/no/such/file/dir") );
27 Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d
H A Dlstat_stat_variation2.phpt2 Test lstat() and stat() functions: usage variations - effects of rename() on dir
12 /* test the effects of rename() on stats of dir */
18 mkdir("$file_path/lstat_stat_variation1/"); // temp dir
H A Dstat_variation6-win32.phpt2 Test stat() functions: usage variations - changing permissions of dir/file
17 /* test the effects on the stats of dir/file for changing permissions of dir/file */
26 mkdir($dirname); // temp dir
H A Dfile_put_contents_variation8-win32.phpt34 "/no/such/file/dir" => "/no/such/file/dir",
91 -- Filename: /no/such/file/dir --
93 Warning: file_put_contents(/no/such/file/dir): failed to open stream: %s in %s on line %d
94 Failed to write data to: /no/such/file/dir
H A Dfile_put_contents_variation8.phpt22 $dir = __DIR__ . '/file_put_contents_variation8';
23 mkdir($dir);
24 chdir($dir);
39 "/no/such/file/dir",
55 rmdir($dir);
H A Drename_variation11-win32.phpt56 $dir = $allDirs[$i];
59 $res = rename($dir."\\".$fromFile, $dir."\\".$toFile);
62 $res = rename($dir."\\".$toFile, $dir."\\".$fromFile);
H A Dtempnam_variation3.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
35 "/no/such/file/dir",
44 /* creating the files in existing dir */
58 echo "temp dir\n";
116 File name is => %s/dir%s
/PHP-7.4/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-7.4/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc56 * @param string $dir
58 function mkdir($dir)
60 $this->zip->addEmptyDir($dir);
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation7.phpt14 * Source code: ext/standard/dir.c
52 // try to remove the dir if exists & create
54 chmod ($dir_path, 0777); // change dir permission to allow all operation
59 // change the dir permisson to test dir on it
/PHP-7.4/ext/spl/tests/
H A Diterator_002.phpt39 $dir = new RecursiveIteratorIterator(new CrashIterator(new RecursiceArrayIterator($array)), Recursi…
41 foreach ($dir as $file) {

Completed in 42 milliseconds

12345678910>>...23