Lines Matching refs:fnmatch

2 Test fnmatch() function: Variations
5 if (!function_exists('fnmatch'))
6 die("skip fnmatch() function is not available");
10 /* Prototype: bool fnmatch ( string $pattern, string $string [, int $flags] )
11 Description: fnmatch() checks if the passed string would match
15 echo "*** Testing fnmatch() with file and various patterns ***\n";
69 var_dump( fnmatch($pattern_arr[$i], $file_name) );
74 echo "\n*** Testing fnmatch() with other types other than files ***";
81 var_dump( fnmatch($pattern[$i], $string[$j]) );
138 *** Testing fnmatch() with file and various patterns ***
187 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
191 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
218 *** Testing fnmatch() with other types other than files ***
267 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
271 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
277 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
280 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
283 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
286 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
289 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
292 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
297 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
301 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
307 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
310 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
313 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
316 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
319 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
322 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
327 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
331 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
338 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
342 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
445 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
454 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
463 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
469 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
472 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
475 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
478 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
481 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
484 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
491 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
500 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d