summaryrefslogtreecommitdiff
path: root/ext/spl/tests/CallbackFilterIteratorTest-002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/CallbackFilterIteratorTest-002.phpt')
-rw-r--r--ext/spl/tests/CallbackFilterIteratorTest-002.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/tests/CallbackFilterIteratorTest-002.phpt b/ext/spl/tests/CallbackFilterIteratorTest-002.phpt
index 216a40bd6a..6a05aa0aa2 100644
--- a/ext/spl/tests/CallbackFilterIteratorTest-002.phpt
+++ b/ext/spl/tests/CallbackFilterIteratorTest-002.phpt
@@ -40,7 +40,6 @@ try {
} catch(Exception $e) {
echo $e->getMessage() . "\n";
}
-
--EXPECT--
CallbackFilterIterator::__construct() expects exactly 2 parameters, 0 given
Argument 1 passed to CallbackFilterIterator::__construct() must implement interface Iterator, null given