summaryrefslogtreecommitdiff
path: root/tests/lang/operators/operator_identical_variation.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/operators/operator_identical_variation.phpt')
-rw-r--r--tests/lang/operators/operator_identical_variation.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/operators/operator_identical_variation.phpt b/tests/lang/operators/operator_identical_variation.phpt
index a215fef0a4..8b8e1dc7ea 100644
--- a/tests/lang/operators/operator_identical_variation.phpt
+++ b/tests/lang/operators/operator_identical_variation.phpt
@@ -6,7 +6,7 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
?>
--FILE--
<?php
-
+
define("MAX_64Bit", 9223372036854775807);
define("MAX_32Bit", 2147483647);
define("MIN_64Bit", -9223372036854775807 - 1);
@@ -55,7 +55,7 @@ for ($i = 0; $i < count($invalidIdentical); $i +=2) {
if ($failed == false) {
echo "Test Passed\n";
}
-
+
?>
===DONE===
--EXPECT--