--TEST-- Test fnmatch() function: Error conditions --SKIPIF-- --FILE-- --EXPECTF-- *** Testing error conditions for fnmatch() *** Warning: fnmatch() expects parameter 1 to be string, array given in %s on line %d%d NULL Warning: fnmatch() expects parameter 1 to be string, resource given in %s on line %d%d NULL Warning: fnmatch() expects parameter 1 to be string, object given in %s on line %d%d NULL Warning: fnmatch() expects at least 2 parameters, 1 given in %s on line %d%d NULL Warning: fnmatch() expects at least 2 parameters, 1 given in %s on line %d%d NULL Warning: fnmatch() expects at most 3 parameters, 4 given in %s on line %d%d NULL *** Done ***