]> granicus.if.org Git - php/commitdiff
fix test
authorJani Taskinen <jani@php.net>
Fri, 2 Nov 2007 12:57:52 +0000 (12:57 +0000)
committerJani Taskinen <jani@php.net>
Fri, 2 Nov 2007 12:57:52 +0000 (12:57 +0000)
ext/standard/tests/file/clearstatcache_error.phpt

index c4ce64aefc1472d702f88bc66f2c71d093df6dc4..ac15bec81d328dbcafe71d9ed2582557cc8ee137 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test clearstatcache() function: error conditions(bug#42072)
+Test clearstatcache() function: error conditions
 --FILE--
 <?php
 /*
@@ -13,11 +13,13 @@ echo "*** Done ***\n";
 ?>
 --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 ***