Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-8.1/Zend/tests/
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 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 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 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"); ?>
/PHP-8.1/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_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");
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 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-8.1/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-8.1/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');
/PHP-8.1/ext/ftp/tests/
H A Dfilesize_large.phpt2 Verify php can handle filesizes >32bit
9 die('skip 64-bit only');
/PHP-8.1/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"); ?>
H A Dstrtotime-mysql.phpt2 strtotime() and mysql timestamps (32 bit)
4 <?php if (PHP_INT_SIZE == 8) die("skip 32-bit only"); ?>
/PHP-8.1/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-8.1/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"); ?>
/PHP-8.1/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');} ?>
/PHP-8.1/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-8.1/ext/opcache/tests/jit/
H A Dbug81226.phpt11 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
14 // 65-bit hexadecimal number
/PHP-8.1/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");

Completed in 32 milliseconds

12345678910>>...20