/PHP-7.3/Zend/tests/ |
H A D | int_overflow_64bit.phpt | 2 testing integer overflow (64bit) 4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
H A D | bug54547.phpt | 2 Bug #54547: wrong equality of string numbers near LONG_MAX with 64-bit longs 6 die("skip for 64-bit long systems only");
|
H A D | double_to_string_64bit.phpt | 2 double to string conversion tests (64bit) 4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
H A D | bug46701.phpt | 2 Bug #46701 (Creating associative array with long values in the key fails on 32bit linux) 4 <?php if (PHP_INT_SIZE != 4) die('skip this test is for 32bit platforms only'); ?>
|
/PHP-7.3/ext/date/tests/ |
H A D | strtotime-mysql-64bit.phpt | 2 strtotime() and mysql timestamps (64 bit) 4 <?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK"; ?>
|
H A D | strtotime-mysql.phpt | 2 strtotime() and mysql timestamps (32 bit) 4 <?php echo PHP_INT_SIZE == 8 ? "skip 32-bit only" : "OK"; ?>
|
H A D | bug52062-64bit.phpt | 2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (64 bit) 5 if (PHP_INT_SIZE == 4) die('skip 64 bit only');
|
H A D | bug41523.phpt | 2 Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit) 4 <?php echo PHP_INT_SIZE == 8 ? "skip 32-bit only" : "OK"; ?>
|
H A D | bug41523-64bit.phpt | 2 Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (64 bit) 4 <?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK"; ?>
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | bug66797.phpt | 2 Bug #66797 (mb_substr only takes 32-bit signed integer) 6 if (PHP_INT_SIZE != 8) die('skip this test is for 64bit platforms only');
|
H A D | mb_encoding_aliases.phpt | 11 var_dump(mb_encoding_aliases("7bit")); 12 var_dump(mb_encoding_aliases("8bit"));
|
/PHP-7.3/ext/intl/tests/ |
H A D | bug59597_32.phpt | 2 Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer 5 <?php echo PHP_INT_SIZE == 8 ? "skip 32-bit only" : "OK"; ?>
|
H A D | bug59597_64.phpt | 2 Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer 5 <?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK"; ?>
|
/PHP-7.3/ext/standard/tests/math/ |
H A D | octdec_basiclong_64bit.phpt | 2 Test octdec function : 64bit long tests 5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
H A D | bindec_basiclong_64bit.phpt | 2 Test bindec function : 64bit long tests 5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | bug35014.phpt | 2 Bug #35014 (array_product() always returns 0) (32bit) 4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
|
H A D | bug35014_64bit.phpt | 2 Bug #35014 (array_product() always returns 0) (64bit) 4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
H A D | max_basiclong_64bit.phpt | 2 Test max function : 64bit long tests 5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
H A D | min_basiclong_64bit.phpt | 2 Test min function : 64bit long tests 5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
/PHP-7.3/ext/pdo_dblib/tests/ |
H A D | bug_73396.phpt | 12 // on 64-bit machines, these columns should come back as ints 13 // on 32-bit machines, they will come back as strings because zend_long isn't big enough
|
/PHP-7.3/Zend/ |
H A D | zend_bitset.h | 219 #define ZEND_BITSET_FOREACH(set, len, bit) do { \ argument 225 (bit) = ZEND_BITSET_ELM_SIZE * 8 * _i; \ 226 for (; _x != 0; _x >>= Z_UL(1), (bit)++) { \ 229 #define ZEND_BITSET_REVERSE_FOREACH(set, len, bit) do { \ argument 236 (bit) = ZEND_BITSET_ELM_SIZE * 8 * (_i + 1) - 1; \ 237 for (; _x != 0; _x <<= Z_UL(1), (bit)--) { \
|
/PHP-7.3/ext/hash/sha3/generic32lc/ |
H A D | KeccakSponge.inc | 85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1); 88 /* Last few bits, whose delimiter coincides with first bit of padding */ 90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit… 93 /* Second bit of padding */ 100 displayBytes(1, "Second bit of padding", block, rateInBytes); 224 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1); 227 /* Last few bits, whose delimiter coincides with first bit of padding */ 229 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit… 232 /* Second bit of padding */ 239 displayBytes(1, "Second bit of padding", block, rateInBytes);
|
/PHP-7.3/ext/hash/sha3/generic64lc/ |
H A D | KeccakSponge.inc | 85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1); 88 /* Last few bits, whose delimiter coincides with first bit of padding */ 90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit… 93 /* Second bit of padding */ 100 displayBytes(1, "Second bit of padding", block, rateInBytes); 224 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1); 227 /* Last few bits, whose delimiter coincides with first bit of padding */ 229 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit… 232 /* Second bit of padding */ 239 displayBytes(1, "Second bit of padding", block, rateInBytes);
|
/PHP-7.3/ext/wddx/tests/ |
H A D | 001-64bit.phpt | 2 wddx deserialization test (64-bit) 5 <?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK" ?>
|
/PHP-7.3/ext/standard/tests/network/ |
H A D | ip2long_variation2.phpt | 2 Test ip2long() function : usage variation 2, 32 bit 4 <?php if(PHP_INT_SIZE != 4) {die('skip 32 bit only');} ?>
|