Home
last modified time | relevance | path

Searched refs:bit (Results 151 – 175 of 487) sorted by relevance

12345678910>>...20

/PHP-7.4/ext/com_dotnet/tests/
H A Dbug79242.phpt6 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
/PHP-7.4/ext/standard/tests/strings/
H A Dbug61764.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbug36306.phpt2 Bug #36306 (crc32() 64bit)
H A Dbug72100.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.4/ext/json/tests/
H A Dbug72787.phpt5 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dbug47644.phpt6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.4/ext/gd/tests/
H A Dimageinterlace_variation1.phpt2 Testing setting the interlace bit on with imageinterlace() of GD library
H A Dbug72697.phpt6 if (PHP_INT_MAX !== 9223372036854775807) die("skip for 64-bit long systems only");
H A Dbug73957.phpt6 if (PHP_INT_SIZE != 8) die('skip this test is for 64bit platforms only');
/PHP-7.4/ext/sysvshm/tests/
H A Dbug72858.phpt6 if (4 < PHP_INT_SIZE) { print "skip 32-bit only"; }
/PHP-7.4/ext/gettext/tests/locale/fi_FI/LC_MESSAGES/
H A Dmessages.po11 "Content-Transfer-Encoding: 8bit\n"
/PHP-7.4/ext/calendar/tests/
H A Dbug53574_1.phpt7 die("skip this test is for 32bit platform only");
H A Dbug53574_2.phpt7 die("skip this test is for 64bit platform only");
H A Dbug55797_1.phpt7 die("skip this test is for 32bit platform only");
H A Dbug55797_2.phpt7 die("skip this test is for 64bit platform only");
/PHP-7.4/ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/
H A Dmessages.po11 "Content-Transfer-Encoding: 8bit\n"
/PHP-7.4/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_4.phpt6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
H A Dbug74950.phpt6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
/PHP-7.4/ext/gettext/tests/66265/en_US/LC_MESSAGES/
H A Ddomain.po10 "Content-Transfer-Encoding: 8bit\n"
/PHP-7.4/ext/opcache/tests/
H A Djmp_elim_001.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip for machines with 64-bit longs"); ?>
/PHP-7.4/ext/mysqli/tests/
H A Dbug_bits.phpt2 Bug (Incorrectly decoding bit values / Malformed server packet. Field length pointing)
20 …TABLE `bug_bits` (`inty` bigint(20) unsigned NOT NULL DEFAULT '0', `bitty` bit(64) NOT NULL DEFAUL…
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h202 sljit_u32 bit = 0; in fast_forward_char_simd() local
209 bit = char1 ^ char2; in fast_forward_char_simd()
212 if (!is_powerof2(bit)) in fast_forward_char_simd()
214 bit = 0; in fast_forward_char_simd()
225 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1 | bit)); in fast_forward_char_simd()
238 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(bit != 0 ? bit : char2)); in fast_forward_char_simd()
363 sljit_u32 bit = 0; in fast_requested_char_simd() local
368 bit = char1 ^ char2; in fast_requested_char_simd()
371 if (!is_powerof2(bit)) in fast_requested_char_simd()
373 bit = 0; in fast_requested_char_simd()
[all …]
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug70728.phpt6 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-7.4/ext/gettext/tests/66265/de_DE/LC_MESSAGES/
H A Ddomain.po10 "Content-Transfer-Encoding: 8bit\n"
/PHP-7.4/ext/gettext/tests/66265/fr_FR/LC_MESSAGES/
H A Ddomain.po10 "Content-Transfer-Encoding: 8bit\n"

Completed in 44 milliseconds

12345678910>>...20