]> granicus.if.org Git - php/commitdiff
Fix test
authorFelipe Pena <felipe@php.net>
Wed, 5 Mar 2008 14:22:06 +0000 (14:22 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 5 Mar 2008 14:22:06 +0000 (14:22 +0000)
ext/standard/tests/file/clearstatcache_error.phpt

index ac15bec81d328dbcafe71d9ed2582557cc8ee137..e9859d8c7f06de870a2bc0c37c3368b9011e556c 100644 (file)
@@ -14,12 +14,12 @@ echo "*** Done ***\n";
 --EXPECTF--
 *** Testing clearstatcache() function: error conditions ***
 
-Warning: Wrong parameter count for clearstatcache() in %s on line %d
+Warning: clearstatcache() expects exactly 0 parameters, 1 given in %s on line %d
 NULL
 *** Done ***
 --UEXPECTF--
 *** Testing clearstatcache() function: error conditions ***
 
-Warning: Wrong parameter count for clearstatcache() in %s on line %d
+Warning: clearstatcache() expects exactly 0 parameters, 1 given in %s on line %d
 NULL
 *** Done ***