Home
last modified time | relevance | path

Searched refs:dir (Results 101 – 125 of 533) sorted by relevance

12345678910>>...22

/PHP-5.4/ext/intl/tests/
H A Dresourcebundle.build9 $dir = new GlobIterator("$here/_files/*.txt", FilesystemIterator::KEY_AS_FILENAME);
11 foreach($dir as $file) {
15 $dir = new GlobIterator("$here/_files/resourcebundle/*.res", FilesystemIterator::KEY_AS_FILENAME);
16 foreach($dir as $file) {
/PHP-5.4/ext/zip/tests/
H A Doo_rename.phpt23 $zip->addFromString('dir/entry2.txt', 'entry #2');
43 if (!$zip->renameName('dir/entry2.txt', 'dir3/ren_entry2.txt')) {
44 echo "failed name dir/entry2.txt\n";
54 2 dir/entry2.txt
/PHP-5.4/ext/standard/tests/dir/
H A Dscandir_variation1-win32.phpt2 Test scandir() function : usage variations - different data types as $dir arg
11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
17 * Pass different data types as $dir argument to test behaviour of scandir()
42 // unexpected values to be passed to $dir argument
109 Warning: scandir(0): failed to open dir: No such file or directory in %sscandir_variation1-win32.ph…
118 Warning: scandir(1): failed to open dir: No such file or directory in %sscandir_variation1-win32.ph…
145 Warning: scandir(10.5): failed to open dir: No such file or directory in %sscandir_variation1-win32…
181 Warning: scandir(0.5): failed to open dir: No such file or directory in %sscandir_variation1-win32.…
200 Warning: scandir(1): failed to open dir: No such file or directory in %sscandir_variation1-win32.ph…
[all …]
H A Dopendir_variation6.phpt13 * Source code: ext/standard/dir.c
54 Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
57 Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
62 Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
65 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
H A Dopendir_variation1-win32.phpt13 * Source code: ext/standard/dir.c
126 Warning: opendir(0): failed to open dir: %s in %s on line %d
133 Warning: opendir(1): failed to open dir: %s in %s on line %d
140 Warning: opendir(12345): failed to open dir: %s in %s on line %d
147 Warning: opendir(-2345): failed to open dir: %s in %s on line %d
154 Warning: opendir(10.5): failed to open dir: %s in %s on line %d
161 Warning: opendir(-10.5): failed to open dir: %s in %s on line %d
182 Warning: opendir(0.5): failed to open dir: %s in %s on line %d
195 Warning: opendir(1): failed to open dir: %s in %s on line %d
205 Warning: opendir(1): failed to open dir: %s in %s on line %d
[all …]
H A Dscandir_variation6-win32.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
17 * Pass a directory path using wildcards as $dir argument to test how scandir() behaves
57 Warning: scandir(%s/scandir_var*): failed to open dir: No such file or directory in %sscandir_varia…
64 Warning: scandir(%s/*): failed to open dir: No such file or directory in %sscandir_variation6-win32…
73 Warning: scandir(%s/scandir_variation6/sub_dir?): failed to open dir: No such file or directory in …
80 Warning: scandir(%s/scandir_variation6/sub?dir1): failed to open dir: No such file or directory in …
/PHP-5.4/ext/phar/tests/
H A Dfopen5.2.phpt19 $a = fopen("dir/file1.txt", "r");
27 $a['dir/file1.txt'] = 'hi';
28 $a['dir/file2.txt'] = 'hi2';
29 $a['dir/file3.txt'] = 'hi3';
31 set_include_path("phar://" . __FILE__ . "/dir" . PATH_SEPARATOR . "phar://" . __FILE__);
H A D027.phpt28 $dir = opendir($phar . $base);
33 while (false !== ($entry = readdir($dir))) {
48 echo "fseek on dir handle\n";
52 echo "fwrite on dir handle\n";
78 fseek on dir handle
85 fwrite on dir handle
90 Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at …
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
H A D027U.phpt28 $dir = opendir($phar . $base);
33 while (false !== ($entry = readdir($dir))) {
48 echo "fseek on dir handle\n";
52 echo "fwrite on dir handle\n";
78 fseek on dir handle
85 fwrite on dir handle
90 Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at …
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
/PHP-5.4/ext/standard/tests/file/
H A Dis_dir_variation4.phpt10 /* Passing dir names with different notations, using slashes, wild-card chars */
14 echo "*** Testing is_dir() with different notations of dir names ***";
39 foreach($dirs_arr as $dir) {
41 var_dump( is_dir($file_path."/".$dir ) );
54 *** Testing is_dir() with different notations of dir names ***
H A Dlstat_stat_variation8.phpt22 /* test the effects on stats with creating file/subdir in a dir
26 mkdir("$file_path/lstat_stat_variation8/"); // temp dir
28 // creating and deleting subdir and files in the dir
29 echo "*** Testing stat() on dir after subdir and file is created in it ***\n";
57 *** Testing stat() on dir after subdir and file is created in it ***
H A Dstat_variation3-win32.phpt2 Test stat() functions: usage variations - effects of creating/deleting the dir/file
17 /* test the effects of creating & deleting of subdir/file on the stats of dir/file */
24 mkdir("$file_path/stat_variation3/"); // temp dir
28 // creating and deleting subdir and files in the dir
29 echo "-- Testing stat() on dir after subdir and file is created in it --\n";
71 -- Testing stat() on dir after subdir and file is created in it --
H A Dcopy_variation12-win32.phpt2 Test copy() function: usage variations - dir as source
15 /* Test copy(): Trying to create a copy of an existing dir */
19 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
41 *** Test copy() function: Trying to create a copy of an existing dir ***
H A Dfiletype_error.phpt8 dir, block, link, file, and unknown.
12 /* non-existing file or dir */
13 print( filetype("/no/such/file/dir") );
29 Warning: filetype(): Lstat failed for /no/such/file/dir in %s on line %d
H A Dbug41655_2.phpt7 $dir = dirname(__FILE__);
8 $a=glob($dir . "/test.*");
/PHP-5.4/ext/openssl/tests/
H A Dbug37820.phpt10 $dir = dirname(__FILE__);
11 $file_pub = $dir . '/bug37820cert.pem';
12 $file_key = $dir . '/bug37820key.pem';
/PHP-5.4/ext/zlib/tests/
H A Dzlib_scheme_dir_basic.phpt11 $inputFileName = dirname(__FILE__)."/dir.gz";
23 Warning: opendir(compress.zlib://%s/dir.gz): failed to open dir: not implemented in %s on line %d
H A Dreadgzfile_variation15.phpt53 gzwrite($h, "This is a file in working dir");
64 //should read the file in working dir
71 gzwrite($h, "This is a file in script dir");
74 //should read the file in script dir
91 file content:This is a file in working dir
92 file content:This is a file in script dir
/PHP-5.4/ext/standard/tests/image/
H A Dgetimagesize_246x247.phpt10 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
13 while (($file = readdir($dir)) !== FALSE) {
18 closedir($dir);
H A Dgetimagesize_384x385.phpt10 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
13 while (($file = readdir($dir)) !== FALSE) {
18 closedir($dir);
/PHP-5.4/ext/ftp/
H A Dconfig.m48 PHP_ARG_WITH(openssl-dir,OpenSSL dir for FTP,
9 [ --with-openssl-dir[=DIR] FTP: openssl install prefix], no, no)
/PHP-5.4/ext/filter/tests/
H A D041.phpt9 abc=dir; def=true; abc=root; xyz="foo bar";
23 string(3) "dir"
30 string(3) "dir"
/PHP-5.4/ext/xmlwriter/
H A Dconfig.m49 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
10 [ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix], no, no)
/PHP-5.4/ext/libxml/
H A Dconfig0.m49 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
10 [ --with-libxml-dir[=DIR] LIBXML: libxml2 install prefix], no, no)
/PHP-5.4/ext/xmlreader/
H A Dconfig.m49 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
10 [ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no)

Completed in 135 milliseconds

12345678910>>...22