diff options
author | Andrea Faulds <ajf@ajf.me> | 2014-08-19 21:28:26 +0100 |
---|---|---|
committer | Andrea Faulds <ajf@ajf.me> | 2014-08-19 21:28:26 +0100 |
commit | 59f6cec3dd14ed82f3b4bb138a0ef51be3bca784 (patch) | |
tree | ed1ff692297663ba66e6d7f4cf4c2ef6b819b74e /tests | |
parent | 821ca32a6f6817a52c412adbbc69f5d4307df3bb (diff) | |
download | php-git-59f6cec3dd14ed82f3b4bb138a0ef51be3bca784.tar.gz |
Updated 32-bit << test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/operators/bitwiseShiftLeft_variationStr.phpt | 1 |
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 |