summaryrefslogtreecommitdiff
path: root/ext/spl/examples/tests/dualiterator_001.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-12-10 23:44:49 +0000
committerMarcus Boerger <helly@php.net>2006-12-10 23:44:49 +0000
commit66525a739eb90df0e528317b703c01fe28f23953 (patch)
treeec0aff3841c6e1cb7e098fce66268e2e19a6af18 /ext/spl/examples/tests/dualiterator_001.phpt
parente64cb1ae4d1be22d6844be9322fee4e7913b36b9 (diff)
downloadphp-git-66525a739eb90df0e528317b703c01fe28f23953.tar.gz
- MFH Fix comparison of RecursiveDualIterators
Diffstat (limited to 'ext/spl/examples/tests/dualiterator_001.phpt')
-rwxr-xr-xext/spl/examples/tests/dualiterator_001.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/examples/tests/dualiterator_001.phpt b/ext/spl/examples/tests/dualiterator_001.phpt
index 5577c4dc18..9150d76ae0 100755
--- a/ext/spl/examples/tests/dualiterator_001.phpt
+++ b/ext/spl/examples/tests/dualiterator_001.phpt
@@ -33,6 +33,7 @@ test(array(1,array(21,22),3), array(1,array(21,"22"),3), true);
?>
===DONE===
+<?php exit(0); ?>
--EXPECT--
bool(true)
bool(false)