summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-07-24 23:41:09 +0000
committerMarcus Boerger <helly@php.net>2006-07-24 23:41:09 +0000
commit195417eb4d7ec7250c0c59baa7a9a7e7d484256c (patch)
tree7dcbb70d978d1a5f2b0341571720730a01845256 /ext
parent5da6415bfece15f513364c06a53f43e2e8630bfb (diff)
downloadphp-git-195417eb4d7ec7250c0c59baa7a9a7e7d484256c.tar.gz
- MFH Update tests
Diffstat (limited to 'ext')
-rwxr-xr-xext/spl/tests/iterator_049.phpt4
-rwxr-xr-xext/spl/tests/iterator_049b.phptbin0 -> 616 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/iterator_049.phpt b/ext/spl/tests/iterator_049.phpt
index 9a5d4029f8..8e25643809 100755
--- a/ext/spl/tests/iterator_049.phpt
+++ b/ext/spl/tests/iterator_049.phpt
@@ -6,14 +6,14 @@ SPL: ArrayIterator with NULL key
<?php
$ar = new ArrayIterator(array(NULL=>NULL));
-var_dump($ar);
+@var_dump($ar);
var_dump($ar->getArrayCopy());
?>
===DONE===
<?php exit(0); ?>
--EXPECTF--
-object(ArrayIterator)#1 (1) {
+object(ArrayIterator)#%d (1) {
[""]=>
NULL
}
diff --git a/ext/spl/tests/iterator_049b.phpt b/ext/spl/tests/iterator_049b.phpt
new file mode 100755
index 0000000000..9b894cd1c1
--- /dev/null
+++ b/ext/spl/tests/iterator_049b.phpt
Binary files differ