felipe Tue Apr 15 18:59:27 2008 UTC Modified files: /php-src/ext/filter/tests 008.phpt Log: - Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/008.phpt?r1=1.7&r2=1.8&diff_format=u Index: php-src/ext/filter/tests/008.phpt diff -u php-src/ext/filter/tests/008.phpt:1.7 php-src/ext/filter/tests/008.phpt:1.8 --- php-src/ext/filter/tests/008.phpt:1.7 Tue Dec 19 14:16:07 2006 +++ php-src/ext/filter/tests/008.phpt Tue Apr 15 18:59:27 2008 @@ -10,7 +10,7 @@ echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- array(18) { [0]=> string(3) "int" @@ -50,6 +50,6 @@ string(8) "callback" } -Warning: Wrong parameter count for filter_list() in %s on line %d +Warning: filter_list() 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