]> granicus.if.org Git - php/commitdiff
- Fix test
authorFelipe Pena <felipe@php.net>
Fri, 20 Feb 2009 13:30:04 +0000 (13:30 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 20 Feb 2009 13:30:04 +0000 (13:30 +0000)
Zend/tests/bug46701.phpt

index e9cb99e77ac758b81f95ccedbfaf3246f604595b..69222a3a12fca0252e37173e0976c10e8647cafe 100644 (file)
@@ -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)
 }