From 3f930c10bf66fd9381200e8bd9087a99d19f2f8b Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 14 Nov 2011 16:23:56 +0000 Subject: [PATCH] functor? Where did that come from? --- ext/spl/tests/CallbackFilterIteratorTest-002.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/tests/CallbackFilterIteratorTest-002.phpt b/ext/spl/tests/CallbackFilterIteratorTest-002.phpt index 6b4e9013c0..cbad2e3b9c 100644 --- a/ext/spl/tests/CallbackFilterIteratorTest-002.phpt +++ b/ext/spl/tests/CallbackFilterIteratorTest-002.phpt @@ -45,6 +45,6 @@ try { CallbackFilterIterator::__construct() expects exactly 2 parameters, 0 given Argument 1 passed to CallbackFilterIterator::__construct() must implement interface Iterator, null given CallbackFilterIterator::__construct() expects exactly 2 parameters, 1 given -CallbackFilterIterator::__construct() expects parameter 2 to be a valid callback, no array, string, closure or functor given +CallbackFilterIterator::__construct() expects parameter 2 to be a valid callback, no array or string given CallbackFilterIterator::__construct() expects parameter 2 to be a valid callback, array must have exactly two members some message -- 2.50.1