1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

- Fix test

This commit is contained in:
Felipe Pena
2009-02-20 13:30:04 +00:00
parent ba9cdc0ad1
commit da3fad6285
+6 -10
View File
@@ -27,16 +27,12 @@ new foo;
?>
--EXPECT--
array(3) {
[-866368000]=>
int(1)
[-835511808]=>
int(2)
[-835350528]=>
int(3)
}
int(2)
array(1) {
[-835350528]=>
[-2147483648]=>
int(3)
}
int(3)
array(1) {
[-2147483648]=>
int(3)
}