felipe Wed Mar 5 14:22:07 2008 UTC Modified files: /php-src/ext/standard/tests/file clearstatcache_error.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/clearstatcache_error.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/standard/tests/file/clearstatcache_error.phpt diff -u php-src/ext/standard/tests/file/clearstatcache_error.phpt:1.3 php-src/ext/standard/tests/file/clearstatcache_error.phpt:1.4 --- php-src/ext/standard/tests/file/clearstatcache_error.phpt:1.3 Fri Nov 2 12:57:52 2007 +++ php-src/ext/standard/tests/file/clearstatcache_error.phpt Wed Mar 5 14:22:06 2008 @@ -14,12 +14,12 @@ --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 ***
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php