Home
last modified time | relevance | path

Searched refs:bit (Results 51 – 75 of 526) sorted by relevance

12345678910>>...22

/php-src/ext/calendar/tests/
H A Deaster_date_checks_upper_bound_64bit.phpt2 Test easter_date() on 64bit systems checks the upper year limit
4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
H A Deaster_date_32bit.phpt2 Test easter_date() on 32bit systems
4 <?php if (PHP_INT_SIZE != 4) die("skip 32-bit only"); ?>
/php-src/Zend/tests/
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"); ?>
/php-src/Zend/tests/float_to_int/
H A Dexplicit_casts_should_not_warn_32bit.phpt2 Explicit (int) cast must not warn 32bit variation
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/php-src/ext/opcache/tests/jit/
H A Dbug81226.phpt10 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
13 // 65-bit hexadecimal number
/php-src/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");
H A Dhexdec_basiclong_64bit.phpt2 Test hexdec function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/date/tests/
H A Dstrtotime-mysql.phpt2 strtotime() and mysql timestamps (32 bit)
4 <?php if (PHP_INT_SIZE == 8) die("skip 32-bit only"); ?>
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-64bit.phpt2 Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (64 bit)
4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
H A Dbug53437_var3.phpt2 Bug #53437 DateInterval unserialize bad data, 32 bit
4 <?php if (PHP_INT_SIZE != 4) { die('skip 32 bit only'); } ?>
H A Dbug53437_var5.phpt2 Bug #53437 (DateInterval unserialize bad data, 64 bit)
4 <?php if (PHP_INT_SIZE != 8) { die('skip true 64 bit only'); } ?>
H A Dbug53437_var6.phpt2 Bug #53437 (DateInterval unserialize bad data, 64 bit)
4 <?php if (PHP_INT_SIZE != 8) { die('skip true 64 bit only'); } ?>
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation4.phpt2 sprintf %u With signed integer 32bit
6 die("skip this test is for 32bit platform only");
H A Dsprintf_variation4_64bit.phpt2 sprintf %u With signed integer 32bit
6 die("skip this test is for 64bit platform only");
/php-src/ext/mbstring/tests/
H A Dmb_encoding_aliases.phpt10 var_dump(mb_encoding_aliases("7bit"));
11 var_dump(mb_encoding_aliases("8bit"));
/php-src/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);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit
233 /* Second bit of padding */
240 displayBytes(1, "Second bit of padding", block, rateInBytes);
/php-src/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);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit
233 /* Second bit of padding */
240 displayBytes(1, "Second bit of padding", block, rateInBytes);
/php-src/ext/standard/tests/array/
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-src/ext/pdo_dblib/tests/
H A Dbug_73396.phpt17 // on 64-bit machines, these columns should come back as ints
18 // on 32-bit machines, they will come back as strings because zend_long isn't big enough
/php-src/ext/pdo_sqlite/tests/
H A Dbug_63916.phpt2 Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite
/php-src/tests/lang/operators/
H A Dnegate_basiclong_64bit.phpt2 Test -N operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");

Completed in 33 milliseconds

12345678910>>...22