Lines Matching refs:scandir

2 Test scandir() function : usage variations - different data types as $dir arg
11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
17 * Pass different data types as $dir argument to test behaviour of scandir()
20 echo "*** Testing scandir() : usage variations ***\n";
91 // loop through each element of $inputs to check the behavior of scandir()
95 var_dump( scandir($input) );
103 *** Testing scandir() : usage variations ***
107 Warning: scandir(0,0): The system cannot find the file specified. (code: 2) in %s on line %d
109 Warning: scandir(0): failed to open dir: No such file or directory in %sscandir_variation1-win32.ph…
111 Warning: scandir(): (errno %d): %s in %s on line %d
116 Warning: scandir(1,1): The system cannot find the file specified. (code: 2) in %s on line %d
118 Warning: scandir(1): failed to open dir: No such file or directory in %sscandir_variation1-win32.ph…
120 Warning: scandir(): (errno %d): %s in %s on line %d
125 Warning: scandir(12345,12345): The system cannot find the file specified. (code: 2) in %s on line %d
127 Warning: scandir(12345): failed to open dir: No such file or directory in %sscandir_variation1-win3…
129 Warning: scandir(): (errno %d): %s in %s on line %d
134 Warning: scandir(-2345,-2345): The system cannot find the file specified. (code: 2) in %s on line %d
136 Warning: scandir(-2345): failed to open dir: No such file or directory in %sscandir_variation1-win3…
138 Warning: scandir(): (errno %d): %s in %s on line %d
143 Warning: scandir(10.5,10.5): The system cannot find the file specified. (code: 2) in %s on line %d
145 Warning: scandir(10.5): failed to open dir: No such file or directory in %sscandir_variation1-win32…
147 Warning: scandir(): (errno %d): %s in %s on line %d
152 Warning: scandir(-10.5,-10.5): The system cannot find the file specified. (code: 2) in %s on line %d
154 Warning: scandir(-10.5): failed to open dir: No such file or directory in %sscandir_variation1-win3…
156 Warning: scandir(): (errno %d): %s in %s on line %d
161 Warning: scandir(123456789000,123456789000): The system cannot find the file specified. (code: 2) i…
163 Warning: scandir(123456789000): failed to open dir: No such file or directory in %sscandir_variatio…
165 Warning: scandir(): (errno %d): %s in %s on line %d
170 Warning: scandir(1.23456789E-9,1.23456789E-9): The system cannot find the file specified. (code: 2)…
172 Warning: scandir(1.23456789E-9): failed to open dir: No such file or directory in %sscandir_variati…
174 Warning: scandir(): (errno %d): %s in %s on line %d
179 Warning: scandir(0.5,0.5): The system cannot find the file specified. (code: 2) in %s on line %d
181 Warning: scandir(0.5): failed to open dir: No such file or directory in %sscandir_variation1-win32.…
183 Warning: scandir(): (errno %d): %s in %s on line %d
188 Warning: scandir(): Directory name cannot be empty in %s on line %d
193 Warning: scandir(): Directory name cannot be empty in %s on line %d
198 Warning: scandir(1,1): The system cannot find the file specified. (code: 2) in %s on line %d
200 Warning: scandir(1): failed to open dir: No such file or directory in %sscandir_variation1-win32.ph…
202 Warning: scandir(): (errno %d): %s in %s on line %d
207 Warning: scandir(): Directory name cannot be empty in %s on line %d
212 Warning: scandir(1,1): The system cannot find the file specified. (code: 2) in %s on line %d
214 Warning: scandir(1): failed to open dir: No such file or directory in %sscandir_variation1-win32.ph…
216 Warning: scandir(): (errno %d): %s in %s on line %d
221 Warning: scandir(): Directory name cannot be empty in %s on line %d
226 Warning: scandir(): Directory name cannot be empty in %s on line %d
231 Warning: scandir(): Directory name cannot be empty in %s on line %d
236 Warning: scandir() expects parameter 1 to be a valid path, array given in %s on line %d
241 Warning: scandir(string,string): The system cannot find the file specified. (code: 2) in %s on line…
243 Warning: scandir(string): failed to open dir: No such file or directory in %sscandir_variation1-win…
245 Warning: scandir(): (errno %d): %s in %s on line %d
250 Warning: scandir(string,string): The system cannot find the file specified. (code: 2) in %s on line…
252 Warning: scandir(string): failed to open dir: No such file or directory in %sscandir_variation1-win…
254 Warning: scandir(): (errno %d): %s in %s on line %d
259 Warning: scandir(hello world,hello world): The system cannot find the file specified. (code: 2) in …
261 Warning: scandir(hello world): failed to open dir: No such file or directory in %sscandir_variation…
263 Warning: scandir(): (errno %d): %s in %s on line %d
268 Warning: scandir(Class A object,Class A object): The system cannot find the file specified. (code: …
270 Warning: scandir(Class A object): failed to open dir: No such file or directory in %sscandir_variat…
272 Warning: scandir(): (errno %d): %s in %s on line %d
277 Warning: scandir(): Directory name cannot be empty in %s on line %d
282 Warning: scandir(): Directory name cannot be empty in %s on line %d
287 Warning: scandir() expects parameter 1 to be a valid path, resource given in %s on line %d