summaryrefslogtreecommitdiff
path: root/Zend/tests/int_overflow_64bit.phpt
diff options
context:
space:
mode:
authorMatt Wilmas <mattwil@php.net>2009-06-04 18:25:06 +0000
committerMatt Wilmas <mattwil@php.net>2009-06-04 18:25:06 +0000
commit26cde1ee2fdfba5ec1d198924ec5d87c8437aae7 (patch)
tree4e597b6561659f10ff7431ffc936575f39f5c262 /Zend/tests/int_overflow_64bit.phpt
parentb907aa43311ab0b5430d2713a54414baaf9c7e20 (diff)
downloadphp-git-26cde1ee2fdfba5ec1d198924ec5d87c8437aae7.tar.gz
MFH: Updated tests after double->long conversion change (basically to match 5.2)
# Let me know about other failing tests I missed
Diffstat (limited to 'Zend/tests/int_overflow_64bit.phpt')
-rw-r--r--Zend/tests/int_overflow_64bit.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/tests/int_overflow_64bit.phpt b/Zend/tests/int_overflow_64bit.phpt
index 769b17926e..7c54125020 100644
--- a/Zend/tests/int_overflow_64bit.phpt
+++ b/Zend/tests/int_overflow_64bit.phpt
@@ -22,12 +22,12 @@ foreach ($doubles as $d) {
echo "Done\n";
?>
---EXPECTF--
-int(9223372036854775807)
-int(9223372036854775807)
-int(9223372036854775807)
+--EXPECT--
int(9223372036854775807)
int(-9223372036854775808)
int(-9223372036854775808)
+int(0)
+int(-9223372036854775808)
+int(-9223372036854775808)
int(-9223372036854775808)
Done