]> granicus.if.org Git - php/commitdiff
- Unicode...
authorMarcus Boerger <helly@php.net>
Fri, 3 Mar 2006 23:51:40 +0000 (23:51 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 3 Mar 2006 23:51:40 +0000 (23:51 +0000)
ext/spl/tests/iterator_034.phpt

index a69a31cc445b368b07e996ae78d7cab02bed0341..b81c6d970ee05891bbc9edd14fe7e97f1074b58c 100755 (executable)
@@ -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===