These tests are verifying undefined behaviour such as shifting by more than 63
bits and by negative numbers.
--SKIPIF--
<?php
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
+if (strtolower(php_uname('m')) != 'x86_64') die("skip this test is for x86_64 platforms only");
?>
--FILE--
<?php
--SKIPIF--\r
<?php\r
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");\r
+if (strtolower(php_uname('m')) != 'x86_64') die("skip this test is for x86_64 platforms only");\r
?>\r
--FILE--\r
<?php\r
--SKIPIF--
<?php
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
+if (strtolower(php_uname('m')) != 'x86_64') die("skip this test is for x86_64 platforms only");
?>
--FILE--
<?php