Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-5.3/ext/pdo/tests/
H A Dbug_44409.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
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_006.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_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_020.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.3/ext/phar/tests/
H A D017.phpt2 Phar: opendir test - no dir specified at all
25 $dir = opendir('phar://hio');
33 Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must ha…
H A D017U.phpt2 Phar: opendir test - no dir specified at all
25 $dir = opendir('phar://hio');
33 Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must ha…
/PHP-5.3/ext/standard/tests/image/
H A Dimage_type_to_mime_type.phpt11 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
14 while (($file = readdir($dir)) !== FALSE) {
19 closedir($dir);
/PHP-5.3/ext/standard/tests/file/
H A Dtempnam_variation2.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 Dfiletype_basic.phpt8 dir, block, link, file, and unknown.
21 dir
H A Dfilegroup_error.phpt11 /* Non-existing file or dir */
12 var_dump( filegroup("/no/such/file/dir") );
28 Warning: filegroup(): stat failed for /no/such/file/dir in %s on line %d
H A Dfileinode_error.phpt12 /* Non-existing file or dir */
13 var_dump( fileinode("/no/such/file/dir") );
29 Warning: fileinode(): stat failed for /no/such/file/dir in %s on line 10
H A Dfilesize_error.phpt13 /* Non-existing file or dir */
15 var_dump( filesize("/no/such/dir") );
31 Warning: filesize(): stat failed for /no/such/dir in %s on line %d
H A Dtempnam_variation8-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Creating unique files in various dirs by passing relative paths to $dir arg */
65 echo "temp dir\n";
120 File created in => temp dir
125 File created in => temp dir
145 File created in => temp dir
H A Dfileowner_error.phpt11 /* Non-existing file or dir */
12 var_dump( fileowner("/no/such/file/dir") );
28 Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d
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.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
33 "/no/such/file/dir",
42 /* creating the files in existing dir */
56 echo "temp dir\n";
113 File name is => %s/dir%s
H A Dfile_put_contents_variation8-win32.phpt32 "/no/such/file/dir" => "/no/such/file/dir",
87 -- Filename: /no/such/file/dir --
89 Warning: file_put_contents(/no/such/file/dir): failed to open stream: %s in %s on line %d
90 Failed to write data to: /no/such/file/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
/PHP-5.3/ext/standard/tests/dir/
H A Dopendir_error2.phpt13 * Source code: ext/standard/dir.c
36 Warning: opendir(%s/idonotexist): failed to open dir: %s in %s on line %d
41 Warning: opendir(idonotexist): failed to open dir: %s in %s on line %d
H A Dscandir_variation7.phpt20 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
22 * Source code: ext/standard/dir.c
59 chmod ($dir_path, 0777); // change dir permission to allow all operation
64 // change the dir permisson to test dir on it
/PHP-5.3/main/streams/
H A Dphp_stream_plain_wrapper.h48 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, char **opened…
49 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
/PHP-5.3/ext/dom/
H A Dconfig.m49 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
10 [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix], no, no)
/PHP-5.3/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc56 * @param string $dir
58 function mkdir($dir)
60 $this->zip->addEmptyDir($dir);

Completed in 30 milliseconds

12345678910>>...21