From: Marcus Boerger Date: Mon, 24 Jul 2006 23:41:09 +0000 (+0000) Subject: - MFH Update tests X-Git-Tag: php-5.2.0RC2~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=195417eb4d7ec7250c0c59baa7a9a7e7d484256c;p=php - MFH Update tests --- 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 NULL)); -var_dump($ar); +@var_dump($ar); var_dump($ar->getArrayCopy()); ?> ===DONE=== --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 Binary files /dev/null and b/ext/spl/tests/iterator_049b.phpt differ