Searched refs:PHP_INT_SIZE (Results 1 – 25 of 424) sorted by relevance
12345678910>>...17
2 Test PHP_INT_MIN, PHP_INT_MAX and PHP_INT_SIZE (32-bit)4 <?php if (PHP_INT_SIZE !== 4)11 var_dump(PHP_INT_SIZE);
2 Test PHP_INT_MIN, PHP_INT_MAX and PHP_INT_SIZE (64-bit)4 <?php if (PHP_INT_SIZE !== 8)11 var_dump(PHP_INT_SIZE);
6 <?php if (PHP_INT_SIZE != 8) die("skip for machines with 64-bit longs"); ?>11 $archName = (strstr($cpuArc, "64") || PHP_INT_SIZE === 8) ? "64" : "32";
6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
7 if (PHP_INT_SIZE == 4) {
9 if (PHP_INT_SIZE != 4) die('skip this test is for 32bit platforms only');
4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only"); ?>
4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
5 if (PHP_INT_SIZE != 8)
4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
5 if (PHP_INT_SIZE !== 8) {
7 if (PHP_INT_SIZE < 8) die("skip for 64bit only");
7 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
8 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
7 if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
Completed in 26 milliseconds