Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 483) sorted by path

12345678910>>...20

/PHP-8.1/.github/scripts/windows/
H A Dbuild_task.bat34 rem Some undefined behavior is reported on 32-bit, this should be fixed
/PHP-8.1/
H A DNEWS631 . Fixed bug GH-10908 (Bus error with PDO Firebird on RPI with 64 bit kernel
632 and 32 bit userland). (nielsdos)
1384 . Fixed bug GH-8128 (mb_check_encoding wrong result for 7bit). (alexdowad)
1462 . Fixed bug #81693 (mb_check_encoding(7bit) segfaults). (cmb)
1679 . Fixed bug #81298 (mb_detect_encoding() segfaults when 7bit encoding is
H A DUPGRADING260 - murmur3a, 32-bit hash
261 - murmur3c, 128-bit hash for x86
262 - murmur3f, 128-bit hash for x64
275 - xxh32, 32-bit hash
276 - xxh64, 64-bit hash
277 - xxh3, 64-bit hash
278 - xxh128, 128-bit hash
/PHP-8.1/Zend/tests/array_unpack/
H A Dalready_occupied.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64bit only"); ?>
/PHP-8.1/Zend/tests/
H A Dbinary-32bit.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dbinary.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dbug34879.phpt2 Bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
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'); ?>
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 Dbug62097.phpt2 Bug #62097: fix for bug #54547 is wrong for 32-bit machines
6 die('skip for system with 32-bit wide longs only');
H A Dbug69892.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only"); ?>
H A Dbug70173.phpt2 Bug #70173 (ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc)
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
H A Dbug77660.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_001.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_001_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_002.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_002_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_003.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_003_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_004.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_004_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_005.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_005_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_006.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_006_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>

Completed in 63 milliseconds

12345678910>>...20