From: Felipe Pena Date: Fri, 20 Feb 2009 13:30:04 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.2.9~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da3fad6285f5900fd1aaac5fec187381dcdfec2b;p=php - Fix test --- diff --git a/Zend/tests/bug46701.phpt b/Zend/tests/bug46701.phpt index e9cb99e77a..69222a3a12 100644 --- a/Zend/tests/bug46701.phpt +++ b/Zend/tests/bug46701.phpt @@ -27,16 +27,12 @@ new foo; ?> --EXPECT-- -array(3) { - [-866368000]=> - int(1) - [-835511808]=> - int(2) - [-835350528]=> +array(1) { + [-2147483648]=> int(3) } -int(2) +int(3) array(1) { - [-835350528]=> + [-2147483648]=> int(3) }