Home
last modified time | relevance | path

Searched refs:bit (Results 451 – 475 of 526) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt8 die("skip this test is for 32bit platform only");
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc95 We're a bit in trouble: PDO_MYSQL returns version strings.
/php-src/ext/opcache/tests/jit/
H A Dadd_011.phpt8 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
/php-src/
H A DNEWS89 - ValueError if the integer index does not fit in a signed 32 bit integer
119 64bit archs. (Arnaud)
H A DUPGRADING.INTERNALS99 - Symbol SIZEOF_SHORT removed (size of 2 on 32-bit and 64-bit platforms).
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros44 /* --- 64-bit lanes mapped to 64-bit words */
160 /* --- 64-bit lanes mapped to 64-bit words */
252 /* --- 64-bit lanes mapped to 64-bit words */
368 /* --- 64-bit lanes mapped to 64-bit words */
/php-src/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt314 convertValidString("\xA9\xA9\xA9\xA9", "\xF9\xD6\xF9\xD6\xF9\xD6\xF9\xD6", '8bit', 'SJIS-Mobile#DOC…
315 convertValidString("\xA9\xA9\xA9\xA9", "\xF7\x74\xF7\x74\xF7\x74\xF7\x74", '8bit', 'SJIS-Mobile#KDD…
316 convertValidString("\xA9\xA9\xA9\xA9", "\xF7\xEE\xF7\xEE\xF7\xEE\xF7\xEE", '8bit', 'SJIS-Mobile#SOF…
H A Dgb18030_2022_encoding.phpt8 if (PHP_INT_SIZE == 4 && !extension_loaded("ctype")) die("skip needs ctype extension on 32-bit");
212 // We may be on a 32-bit machine and testing a text encoding with 4-byte codes
H A Dcp5022x_encoding.phpt20 * we get the low bit of the ku number by seeing which one it is. */
161 * Those with a 1 in the high bit are JIS X 0201 kana */
H A Dencoding_tests.inc43 // We may be on a 32-bit machine and testing a text encoding with 4-byte codes
/php-src/ext/standard/tests/file/
H A Dfscanf_variation3.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation34.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation40.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation9.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation33.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation39.phpt6 die("skip this test is for 32bit platform only");
/php-src/ext/standard/tests/general_functions/
H A Dis_int.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dis_int_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dgettype_settype_variation1.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1412 zend_uchar bit; in php_mysqlnd_rowp_read_binary_protocol() local
1427 bit = 4; /* first 2 bits are reserved */ in php_mysqlnd_rowp_read_binary_protocol()
1437 if (*null_ptr & bit) { in php_mysqlnd_rowp_read_binary_protocol()
1483 if (!((bit<<=1) & 255)) { in php_mysqlnd_rowp_read_binary_protocol()
1484 bit = 1; /* to the following byte */ in php_mysqlnd_rowp_read_binary_protocol()
/php-src/Zend/tests/type_declarations/
H A Dscalar_return_basic_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dscalar_return_basic.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
/php-src/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt9 /* A binary function should work with all 256 characters that a character(8-bit) can take */
/php-src/Zend/tests/
H A Dcompare_002.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
/php-src/build/
H A Dlibtool.m4591 *32-bit*)
597 *64-bit*)
603 *32-bit*)
609 *64-bit*)
624 *32-bit*)
646 *64-bit*)
691 *64-bit*)
1681 libsuff= shlibsuff= libmagic=32-bit;;
1685 libsuff=64 shlibsuff=64 libmagic=64-bit;;
2481 *-32|*"-32 ") libmagic=32-bit;;
[all …]

Completed in 90 milliseconds

1...<<11121314151617181920>>...22