Home
last modified time | relevance | path

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

12345678910>>...22

/php-src/Zend/tests/
H A Ddval_to_lval_64.phpt2 zend_dval_to_lval preserves low bits (64 bit long)
6 die("skip for machines with 64-bit longs");
H A Dint_overflow_32bit.phpt2 testing integer overflow (32bit)
4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dint_underflow_32bit.phpt2 testing integer underflow (32bit)
4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dint_underflow_64bit.phpt2 testing integer underflow (64bit)
4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dhex_overflow_32bit.phpt2 testing integer overflow (32bit)
6 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Ddval_to_lval_32.phpt2 zend_dval_to_lval preserves low bits (32 bit long)
6 die("skip for machines with 32-bit longs");
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"); ?>
/php-src/Zend/tests/in-de-crement/
H A Dincrement_001.phpt2 Incrementing max int values 32bit
4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Ddecrement_001.phpt2 Decrementing min int values 32bit
4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dincrement_001_64bit.phpt2 Incrementing max int values 64bit
4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Ddecrement_001_64bit.phpt2 Decrementing min int values 64bit
4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/php-src/ext/standard/tests/strings/
H A Dbug38770.phpt2 Bug #38770 (unpack() broken with longs on 64 bit machines)
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbug23894_32bit.phpt2 Bug #23894 (sprintf() decimal specifiers problem) 32bit version
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dbug23894_64bit.phpt2 Bug #23894 (sprintf() decimal specifiers problem) 64bit version
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/sodium/tests/
H A Dcrypto_auth.phpt22 // Flip the first bit
27 // Let's flip a bit pseudo-randomly
37 // Now let's change a bit in the MAC
/php-src/ext/mbstring/tests/
H A Dbug66797.phpt2 Bug #66797 (mb_substr only takes 32-bit signed integer)
7 if (PHP_INT_SIZE != 8) die('skip this test is for 64bit platforms only');
H A Duuencode_encoding.phpt14 $converted = mb_convert_encoding($uuencode, '8bit', 'UUENCODE');
17 $converted = mb_convert_encoding($raw, 'UUENCODE', '8bit');
32 $encoded = mb_convert_encoding($data, 'UUENCODE', '8bit');
33 $decoded = mb_convert_encoding($encoded, '8bit', 'UUENCODE');
/php-src/ext/ftp/tests/
H A Dfilesize_large.phpt2 Verify php can handle filesizes >32bit
9 die('skip 64-bit only');
/php-src/ext/date/tests/
H A Dstrtotime-mysql-64bit.phpt2 strtotime() and mysql timestamps (64 bit)
4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
/php-src/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"); ?>
/php-src/ext/calendar/tests/
H A Deaster_date_checks_upper_bound_32bit.phpt2 Test easter_date() on 32bit systems checks the upper year limit
4 <?php if (PHP_INT_SIZE != 4) die("skip 32-bit only"); ?>
/php-src/ext/standard/tests/network/
H A Dip2long_variation2.phpt2 Test ip2long() function : usage variation 2, 32 bit
5 if (PHP_INT_SIZE != 4) { die('skip 32 bit only'); }
/php-src/ext/intl/tests/
H A Dbug59597_32.phpt2 Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer
6 <?php if (PHP_INT_SIZE == 8) die("skip 32-bit only"); ?>
H A Dbug59597_64.phpt2 Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer
6 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>

Completed in 24 milliseconds

12345678910>>...22