From: Antony Dovgal Date: Wed, 9 Jul 2008 11:14:20 +0000 (+0000) Subject: remove UEXPECTF section X-Git-Tag: php-5.3.0alpha1~423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf0708dc886b1a583ac24418bb4c5f77f5ed095d;p=php remove UEXPECTF section --- diff --git a/Zend/tests/each_002.phpt b/Zend/tests/each_002.phpt index 59ff7a75dd..f47ded4b14 100644 --- a/Zend/tests/each_002.phpt +++ b/Zend/tests/each_002.phpt @@ -28,18 +28,3 @@ array(4) { ["key"]=> int(0) } ---UEXPECTF-- -bool(false) -bool(false) -array(4) { - [1]=> - object(stdClass)#1 (0) { - } - [u"value"]=> - object(stdClass)#1 (0) { - } - [0]=> - int(0) - [u"key"]=> - int(0) -}