Home
last modified time | relevance | path

Searched refs:PHP_INT_SIZE (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/php-src/tests/lang/constants/
H A DPHP_INT_32bit.phpt2 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);
H A DPHP_INT_64bit.phpt2 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);
/php-src/ext/opcache/tests/
H A Djmp_elim_001.phpt6 <?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";
/php-src/ext/calendar/tests/
H A Dgregoriantojd_overflow.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Djuliantojd_overflow.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Djdtojewish64.phpt7 if (PHP_INT_SIZE == 4) {
H A Djdtogregorian_overflow.phpt9 if (PHP_INT_SIZE != 4) die('skip this test is for 32bit platforms only');
/php-src/ext/standard/tests/serialize/
H A Dunserialize_neg_iv_edge_cases.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
/php-src/Zend/tests/
H A Dbug70173.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
H A Dbug69892.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only"); ?>
H A Dbug77660.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Ddval_to_lval_64.phpt5 if (PHP_INT_SIZE != 8)
H A Dint_overflow_32bit.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dint_underflow_32bit.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dint_underflow_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/php-src/ext/standard/tests/math/
H A Dintdiv_64bit.phpt5 if (PHP_INT_SIZE !== 8) {
/php-src/ext/date/tests/
H A Dbug69806.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
H A Dbig_year.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
H A Dbug77243-001.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
/php-src/ext/com_dotnet/tests/
H A Dgh8778.phpt7 if (PHP_INT_SIZE < 8) die("skip for 64bit only");
H A Dbug79242.phpt7 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
/php-src/ext/opcache/tests/jit/
H A Dadd_012.phpt8 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
H A Dadd_010.phpt8 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
/php-src/ext/bcmath/tests/
H A Dbug60377.phpt7 if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
/php-src/Zend/tests/in-de-crement/
H A Dincrement_001.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>

Completed in 37 milliseconds

12345678910>>...17