Home
last modified time | relevance | path

Searched refs:bit (Results 526 – 550 of 567) sorted by relevance

1...<<212223

/PHP-7.3/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt5 PHP_INT_SIZE == 4 or die('skip 32-bit only');
H A Diconv_mime_decode_headers_variation3.phpt5 PHP_INT_SIZE == 4 or die('skip 32-bit only');
/PHP-7.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvar_export-locale.phpt11 die("skip 64-bit only");
H A Dvar_export-locale_32.phpt11 die("skip 32-bit only");
H A Dgettype_settype_variation5.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-7.3/
H A DNEWS856 . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
882 . Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb)
1250 . Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
1286 . Fixed bug #76654 (Build failure on Mac OS X on 32-bit Intel). (Ryandesign)
1549 . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
2182 . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
2329 . Fixed bug #75514 (mt_rand returns value outside [$min,$max]+ on 32-bit)
2638 . Fixed bug #75170 (mt_rand() bias on 64-bit machines). (Nikita)
H A DUPGRADING409 true, the return value is an integer on 64-bit systems or float on
410 32-bit systems, representing the nanoseconds. The timestamp is not
/PHP-7.3/ext/json/tests/
H A Dpass001.1_64bit.phpt8 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.3/Zend/tests/
H A Dcompare_001.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit 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_004.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit 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_006.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_003_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit 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_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_006_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_strict.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dscalar_strict_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation55.phpt6 die("skip this test is for 32bit platform only");
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md16 Configuration operators are bit flags, and are broken into multiple groups, somewhat arbitrarily,
17 because Oniguruma takes its configuration as a trio of 32-bit `unsigned int` values, assigned as
573 will match an `x` whose 8th bit is set (i.e., the character code of `x` will be or'ed
575 `\M-\1`. This is mostly useful when working with legacy 8-bit character encodings.
/PHP-7.3/Zend/
H A DZend.m4124 if ((long) 18e18 == correct) { /* On 64-bit, only check between LONG_MAX and ULONG_MAX */
/PHP-7.3/ext/oci8/
H A Dconfig.m4242 AC_MSG_CHECKING([checking if we're on a 64-bit platform])

Completed in 57 milliseconds

1...<<212223