summaryrefslogtreecommitdiff
path: root/Zend/tests/bug54547.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug54547.phpt')
-rw-r--r--Zend/tests/bug54547.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug54547.phpt b/Zend/tests/bug54547.phpt
index 7cb0cf0664..2f6387ca26 100644
--- a/Zend/tests/bug54547.phpt
+++ b/Zend/tests/bug54547.phpt
@@ -3,7 +3,7 @@ Bug #54547: wrong equality of string numbers near LONG_MAX with 64-bit longs
--SKIPIF--
<?php
if (PHP_INT_MAX !== 9223372036854775807)
- die("skip for 64-bit long systems only");
+ die("skip for 64-bit long systems only");
--FILE--
<?php
var_dump("9223372036854775807" == "9223372036854775808");