From 4ec4c5c77feebfb787a009ab3ab6b7a9764d66d2 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 15 Apr 2008 18:59:27 +0000 Subject: [PATCH] - Fixed test --- ext/filter/tests/008.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/filter/tests/008.phpt b/ext/filter/tests/008.phpt index e6c646d675..990bbd6d60 100644 --- a/ext/filter/tests/008.phpt +++ b/ext/filter/tests/008.phpt @@ -10,7 +10,7 @@ var_dump(filter_list(array())); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- array(18) { [0]=> string(3) "int" @@ -50,6 +50,6 @@ array(18) { 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 -- 2.50.1