Home
last modified time | relevance | path

Searched refs:bit (Results 26 – 50 of 567) sorted by relevance

12345678910>>...23

/PHP-7.3/Zend/tests/
H A Dint_overflow_64bit.phpt2 testing integer overflow (64bit)
4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dbug54547.phpt2 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 Ddouble_to_string_64bit.phpt2 double to string conversion tests (64bit)
4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dbug46701.phpt2 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 Dstrtotime-mysql-64bit.phpt2 strtotime() and mysql timestamps (64 bit)
4 <?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK"; ?>
H A Dstrtotime-mysql.phpt2 strtotime() and mysql timestamps (32 bit)
4 <?php echo PHP_INT_SIZE == 8 ? "skip 32-bit only" : "OK"; ?>
H A Dbug52062-64bit.phpt2 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 Dbug41523.phpt2 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 Dbug41523-64bit.phpt2 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 Dbug66797.phpt2 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 Dmb_encoding_aliases.phpt11 var_dump(mb_encoding_aliases("7bit"));
12 var_dump(mb_encoding_aliases("8bit"));
/PHP-7.3/ext/intl/tests/
H A Dbug59597_32.phpt2 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 Dbug59597_64.phpt2 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 Doctdec_basiclong_64bit.phpt2 Test octdec function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbindec_basiclong_64bit.phpt2 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 Dbug35014.phpt2 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 Dbug35014_64bit.phpt2 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 Dmax_basiclong_64bit.phpt2 Test max function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dmin_basiclong_64bit.phpt2 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 Dbug_73396.phpt12 // 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 Dzend_bitset.h219 #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 DKeccakSponge.inc85 … 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 DKeccakSponge.inc85 … 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 D001-64bit.phpt2 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 Dip2long_variation2.phpt2 Test ip2long() function : usage variation 2, 32 bit
4 <?php if(PHP_INT_SIZE != 4) {die('skip 32 bit only');} ?>

Completed in 25 milliseconds

12345678910>>...23