Home
last modified time | relevance | path

Searched refs:dir (Results 226 – 250 of 528) sorted by last modified time

12345678910>>...22

/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation6-win32.phpt16 into different destination dir paths given in various notations */
H A Dcopy_variation8.phpt15 /* Trying to copy the links across dir paths given in various notations
H A D006_error.phpt44 /* With non-existing file or dir */
45 var_dump( chmod("/no/such/file/dir", 0777) );
46 var_dump( fileperms("/no/such/file/dir") );
82 Warning: fileperms(): stat failed for /no/such/file/dir in %s on line %d
H A D006_variation1.phpt40 echo "-- Testing all permission from octal 0000 to octal 0777 on file and dir --\n";
66 -- Testing all permission from octal 0000 to octal 0777 on file and dir --
H A Dbasename-win32.phpt57 /* paths with shortcut home dir char, with suffix variation */
H A Dbasename.phpt60 /* paths with shortcut home dir char, with suffix variation */
73 /* paths with hostname:dir notation, with suffix variation */
H A Dbasename_variation1-win32.phpt38 "dir/foo.bar",
39 "dir\\foo.bar",
40 "dir with spaces/foo.bar",
41 "dir with spaces\\foo.bar",
69 basename for path A:/dir/foo.bar is:
71 basename for path A:/dir\foo.bar is:
89 basename for path Z:/dir/foo.bar is:
91 basename for path Z:/dir\foo.bar is:
109 basename for path A:\dir/foo.bar is:
111 basename for path A:\dir\foo.bar is:
[all …]
H A Dbasename_variation1.phpt38 "dir/foo.bar",
39 "dir\\foo.bar",
40 "dir with spaces/foo.bar",
41 "dir with spaces\\foo.bar",
72 string(11) "dir\foo.bar"
92 string(11) "dir\foo.bar"
112 string(14) "A:\dir\foo.bar"
132 string(11) "dir\foo.bar"
152 string(11) "dir\foo.bar"
212 string(11) "dir\foo.bar"
[all …]
H A Dbasename_variation2-win32.phpt20 "dir/foo.bar",
21 "dir\\foo.bar",
22 "dir with spaces/foo.bar",
23 "dir with spaces\\foo.bar",
176 basename for path dir/foo.bar, supplying suffix . is:
178 basename for path dir/foo.bar, supplying suffix is:
188 basename for path dir/foo.bar, supplying suffix / is:
190 basename for path dir/foo.bar, supplying suffix \ is:
196 basename for path dir\foo.bar, supplying suffix . is:
198 basename for path dir\foo.bar, supplying suffix is:
[all …]
H A Dbasename_variation2.phpt20 "dir/foo.bar",
21 "dir\\foo.bar",
22 "dir with spaces/foo.bar",
193 string(7) "dir\foo"
195 string(11) "dir\foo.bar"
197 string(11) "dir\foo.bar"
199 string(11) "dir\foo.bar"
201 string(11) "dir\foo.bar"
203 string(4) "dir\"
205 string(11) "dir\foo.bar"
[all …]
H A Dbug41655_2.phpt7 $dir = dirname(__FILE__);
8 $a=glob($dir . "/test.*");
/PHP-5.5/ext/standard/tests/dir/
H A Dchdir_basic.phpt7 * Source code: ext/standard/dir.c
H A Dchdir_error1.phpt7 * Source code: ext/standard/dir.c
H A Dchdir_error2.phpt7 * Source code: ext/standard/dir.c
H A Dchdir_variation1.phpt7 * Source code: ext/standard/dir.c
29 function __construct($dir) {
30 $this->dir_path = $dir;
H A Dchdir_variation2.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_basic.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_error.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_variation1.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_variation2.phpt7 * Source code: ext/standard/dir.c
H A Dclosedir_variation3.phpt7 * Source code: ext/standard/dir.c
H A Ddir_basic.phpt2 Test dir() function : basic functionality
6 * Prototype : object dir(string $directory[, resource $context])
8 * Source code: ext/standard/dir.c
11 echo "*** Testing dir() : basic functionality ***\n";
25 $d = dir($dir_path);
41 echo "\nTest read after closing the dir:";
56 *** Testing dir() : basic functionality ***
83 Test read after closing the dir:
H A Ddir_error.phpt2 Test dir() function : error conditions
6 * Prototype : object dir(string $directory[, resource $context])
8 * Source code: ext/standard/dir.c
11 echo "*** Testing dir() : error conditions ***\n";
14 echo "\n-- Testing dir() function with zero arguments --";
15 var_dump( dir() );
20 var_dump( dir(getcwd(), "stream", $extra_arg) );
25 *** Testing dir() : error conditions ***
27 -- Testing dir() function with zero arguments --
28 Warning: dir() expects at least 1 parameter, 0 given in %s on line %d
[all …]
H A Ddir_variation1.phpt2 Test dir() function : usage variations - unexpected value for 'dir' argument
12 * Prototype : object dir(string $directory[, resource $context])
14 * Source code: ext/standard/dir.c
18 * Passing non string values to 'directory' argument of dir() and see
22 echo "*** Testing dir() : unexpected values for \$directory argument ***\n";
38 $dfp = opendir( dirname(__FILE__) ); // get a dir handle
70 // resource variable(dir and file handle)
82 var_dump( dir($unexpected_value) );
91 *** Testing dir() : unexpected values for $directory argument ***
126 Warning: dir(1): failed to open dir: %s in %s on line %d
[all …]
H A Ddir_variation2.phpt2 Test dir() function : usage variations - unexpected value for 'context' argument
6 * Prototype : object dir(string $directory[, resource $context])
8 * Source code: ext/standard/dir.c
12 * Passing non resource values to 'context' argument of dir() and see
16 echo "*** Testing dir() : unexpected values for \$context argument ***\n";
96 var_dump( dir($directory, $unexpected_value) );
110 *** Testing dir() : unexpected values for $context argument ***
149 Warning: dir() expects parameter 2 to be resource, array given in %s on line %d
153 Warning: dir() expects parameter 2 to be resource, array given in %s on line %d
169 Warning: dir() expects parameter 2 to be resource, null given in %s on line %d
[all …]

Completed in 59 milliseconds

12345678910>>...22