summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-08-19 21:28:26 +0100
committerAndrea Faulds <ajf@ajf.me>2014-08-19 21:28:26 +0100
commit59f6cec3dd14ed82f3b4bb138a0ef51be3bca784 (patch)
treeed1ff692297663ba66e6d7f4cf4c2ef6b819b74e /tests
parent821ca32a6f6817a52c412adbbc69f5d4307df3bb (diff)
downloadphp-git-59f6cec3dd14ed82f3b4bb138a0ef51be3bca784.tar.gz
Updated 32-bit << test
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/operators/bitwiseShiftLeft_variationStr.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/operators/bitwiseShiftLeft_variationStr.phpt b/tests/lang/operators/bitwiseShiftLeft_variationStr.phpt
index 6948197998..d507577777 100644
--- a/tests/lang/operators/bitwiseShiftLeft_variationStr.phpt
+++ b/tests/lang/operators/bitwiseShiftLeft_variationStr.phpt
@@ -3,7 +3,6 @@ Test << operator : various numbers as strings
--SKIPIF--
<?php
if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
-if ((65<<65)==0) die("skip this test is for Intel only");
?>
--FILE--
<?php