summaryrefslogtreecommitdiff
path: root/ext/filter/tests/008.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/008.phpt')
-rw-r--r--ext/filter/tests/008.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/filter/tests/008.phpt b/ext/filter/tests/008.phpt
index a3cb7172ff..b34c977425 100644
--- a/ext/filter/tests/008.phpt
+++ b/ext/filter/tests/008.phpt
@@ -6,7 +6,6 @@ filter_list()
<?php
var_dump(filter_list());
-var_dump(filter_list(array()));
echo "Done\n";
?>
@@ -57,7 +56,4 @@ array(22) {
[21]=>
string(8) "callback"
}
-
-Warning: filter_list() expects exactly 0 parameters, 1 given in %s on line %d
-NULL
Done