--- embedaddon/php/ext/standard/tests/file/fnmatch_error.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/file/fnmatch_error.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -36,13 +36,13 @@ echo "\n*** Done ***\n"; ?> --EXPECTF-- *** Testing error conditions for fnmatch() *** -Warning: fnmatch() expects parameter 1 to be string, array given in %s on line %d%d +Warning: fnmatch() expects parameter 1 to be a valid path, array given in %s on line %d NULL -Warning: fnmatch() expects parameter 1 to be string, resource given in %s on line %d%d +Warning: fnmatch() expects parameter 1 to be a valid path, resource given in %s on line %d NULL -Warning: fnmatch() expects parameter 1 to be string, object given in %s on line %d%d +Warning: fnmatch() expects parameter 1 to be a valid path, object given in %s on line %d NULL Warning: fnmatch() expects at least 2 parameters, 1 given in %s on line %d%d