diff options
author | Felipe Pena <felipe@php.net> | 2008-03-05 14:22:06 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-03-05 14:22:06 +0000 |
commit | 702a290aba68d9cc449609847a070906034b5bb3 (patch) | |
tree | 8484ae68930cab3c8193656806d67ca363d9ee97 | |
parent | c8b1dbff235c5079f2ddb624c778639f29df8876 (diff) | |
download | php-git-702a290aba68d9cc449609847a070906034b5bb3.tar.gz |
Fix test
-rw-r--r-- | ext/standard/tests/file/clearstatcache_error.phpt | 4 |
1 files 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 *** |