From: Jani Taskinen Date: Fri, 2 Nov 2007 12:57:52 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_2_0_0a1~1486 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=532761442df218dd0551e6be70a94f07a6b2a118;p=php fix test --- diff --git a/ext/standard/tests/file/clearstatcache_error.phpt b/ext/standard/tests/file/clearstatcache_error.phpt index c4ce64aefc..ac15bec81d 100644 --- a/ext/standard/tests/file/clearstatcache_error.phpt +++ b/ext/standard/tests/file/clearstatcache_error.phpt @@ -1,5 +1,5 @@ --TEST-- -Test clearstatcache() function: error conditions(bug#42072) +Test clearstatcache() function: error conditions --FILE-- --EXPECTF-- *** Testing clearstatcache() function: error conditions *** -Warning: clearstatcache() expects 0 parameter, 1 given in %s on line %d + +Warning: Wrong parameter count for clearstatcache() in %s on line %d NULL *** Done *** --UEXPECTF-- *** Testing clearstatcache() function: error conditions *** -Warning: clearstatcache() expects 0 parameter, 1 given in %s on line %d + +Warning: Wrong parameter count for clearstatcache() in %s on line %d NULL *** Done ***