Home
last modified time | relevance | path

Searched refs:bit (Results 151 – 175 of 526) sorted by path

12345678910>>...22

/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"); ?>
H A Dbug61487.phpt6 <?php if (PHP_INT_SIZE != 8) die('skip 64-bit only');
H A Dcollator_get_locale2.phpt6 <?php if (PHP_INT_SIZE != 8) die('skip 64-bit only'); ?>
H A Ddateformat_get_locale.phpt6 <?php if (PHP_INT_SIZE != 8) die('skip 64-bit only');
H A Dformatter_get_set_symbol2.phpt6 <?php if (PHP_INT_SIZE != 8) die('skip 64-bit only'); ?>
H A Dgregoriancalendar_set_date_error.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
H A Dgregoriancalendar_set_date_time_error.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
H A Dresourcebundle_dimension_errors.phpt43 /* This can only happen on 64bit */
/php-src/ext/json/tests/
H A Dbug40503.phpt2 Bug #40503 (json_encode() value corruption on 32bit systems with overflown values)
H A Dbug47644.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbug72787.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Djson_validate_003.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dpass001.1_64bit.phpt7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/ldap/
H A Dconfig.m415 AC_MSG_CHECKING([if we're at 64-bit platform])
/php-src/ext/mbstring/tests/
H A Dbase64_encoding.phpt12 $converted = mb_convert_encoding($raw, 'Base64', '8bit');
15 $converted = mb_convert_encoding($base64, '8bit', 'Base64');
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 Dbug77025.phpt8 var_dump(mb_strpos('Hello', 'e', 0, '8bit'));
9 var_dump(mb_stripos('Hello', 'e', 0, '8bit'));
H A Dbug81298.phpt2 Bug #81298: mb_detect_encoding() segfaults when 7bit encoding is specified
8 var_dump(mb_detect_encoding("foobar.", "7bit"));
9 var_dump(mb_detect_encoding("foobar.", "7bit,ascii"));
10 var_dump(mb_detect_encoding("foobar.", "7bit,ascii,utf8"));
H A Dbug81693.phpt2 Bug #81693 (mb_check_encoding(7bit) segfaults)
7 var_dump(mb_check_encoding('Hello world', '7bit'));
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
H A Deuc_tw_encoding.phpt8 if (PHP_INT_SIZE == 4 && !extension_loaded("ctype")) die("skip needs ctype extension on 32-bit");
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 Dgh10648.phpt11 'JIS X 0201 7bit kana with escape sequence' => '1b2849311b2842', // 'ア' in JIS
12 'JIS X 0201 7bit kana with SO/SI' => '0e310f', // 'ア' in JIS
13 'JIS X 0201 8bit kana' => 'b1', // 'ア' in JIS
14 'JIS X 0201 7bit kana with SO and ESC' => '0e311b2842', // 'ア' in JIS
15 'JIS X 0201 7bit kana with ESC and SI' => '1b2849310f', // 'ア' in JIS
57 JIS X 0201 7bit kana with escape sequence
67 JIS X 0201 7bit kana with SO/SI
77 JIS X 0201 8bit kana
87 JIS X 0201 7bit kana with SO and ESC
97 JIS X 0201 7bit kana with ESC and SI

Completed in 29 milliseconds

12345678910>>...22