Searched refs:bit (Results 151 – 175 of 567) sorted by relevance
12345678910>>...23
2 Bug #40503 (json_encode() value corruption on 32bit systems with overflown values)
5 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
8 if (PHP_INT_SIZE != 4) die('skip this test is for 32bit platforms only');
7 die("skip this test is for 32bit platform only");
7 die("skip this test is for 64bit platform only");
6 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Bug #36306 (crc32() 64bit)
2 Testing setting the interlace bit on with imageinterlace() of GD library
6 if (PHP_INT_SIZE != 8) die('skip this test is for 64bit platforms only');
6 if (PHP_INT_MAX !== 9223372036854775807) die("skip for 64-bit long systems only");
6 if (4 < PHP_INT_SIZE) { print "skip 32-bit only"; }
11 "Content-Transfer-Encoding: 8bit\n"
2 Bug (Incorrectly decoding bit values / Malformed server packet. Field length pointing)20 …TABLE `bug_bits` (`inty` bigint(20) unsigned NOT NULL DEFAULT '0', `bitty` bit(64) NOT NULL DEFAUL…
6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
4 <?php if (PHP_INT_SIZE != 8) die("skip for machines with 64-bit longs"); ?>
10 "Content-Transfer-Encoding: 8bit\n"
6 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
Completed in 23 milliseconds