From 702a290aba68d9cc449609847a070906034b5bb3 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 5 Mar 2008 14:22:06 +0000 Subject: [PATCH] Fix test --- ext/standard/tests/file/clearstatcache_error.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/file/clearstatcache_error.phpt b/ext/standard/tests/file/clearstatcache_error.phpt index ac15bec81d..e9859d8c7f 100644 --- a/ext/standard/tests/file/clearstatcache_error.phpt +++ b/ext/standard/tests/file/clearstatcache_error.phpt @@ -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 *** -- 2.50.1