diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2011-11-14 16:23:56 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2011-11-14 16:23:56 +0000 |
commit | 3f930c10bf66fd9381200e8bd9087a99d19f2f8b (patch) | |
tree | 49be4e734fcd386af3985a3e7a77e77dd4303a7a | |
parent | 99b501b64d45ed4353cbce18ad421dc25acb2aa4 (diff) | |
download | php-git-3f930c10bf66fd9381200e8bd9087a99d19f2f8b.tar.gz |
functor? Where did that come from?
-rw-r--r-- | ext/spl/tests/CallbackFilterIteratorTest-002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |