From: Rasmus Lerdorf Date: Mon, 14 Nov 2011 16:23:56 +0000 (+0000) Subject: functor? Where did that come from? X-Git-Tag: php-5.4.0RC2~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f930c10bf66fd9381200e8bd9087a99d19f2f8b;p=php functor? Where did that come from? --- 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