From: Marcus Boerger Date: Fri, 3 Mar 2006 23:51:40 +0000 (+0000) Subject: - Unicode... X-Git-Tag: RELEASE_1_2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e986adfe30f60da1c8def7ae706851d25812501;p=php - Unicode... --- diff --git a/ext/spl/tests/iterator_034.phpt b/ext/spl/tests/iterator_034.phpt index a69a31cc44..b81c6d970e 100755 --- a/ext/spl/tests/iterator_034.phpt +++ b/ext/spl/tests/iterator_034.phpt @@ -116,7 +116,7 @@ $it->rewind(); echo "===CHECK===\n"; var_dump($it->valid()); -var_dump($it->current()); +var_dump($it->current() == "a"); ?> ===DONE=== @@ -186,5 +186,5 @@ RecursiveArrayIteratorIterator::rewind() - DONE RecursiveArrayIteratorIterator::valid() bool(true) RecursiveArrayIteratorIterator::current() -string(1) "a" +bool(true) ===DONE===