Home
last modified time | relevance | path

Searched refs:bit (Results 501 – 525 of 567) sorted by relevance

1...<<212223

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1444 zend_uchar bit; in php_mysqlnd_rowp_read_binary_protocol() local
1459 bit = 4; /* first 2 bits are reserved */ in php_mysqlnd_rowp_read_binary_protocol()
1469 if (*null_ptr & bit) { in php_mysqlnd_rowp_read_binary_protocol()
1515 if (!((bit<<=1) & 255)) { in php_mysqlnd_rowp_read_binary_protocol()
1516 bit = 1; /* to the following byte */ in php_mysqlnd_rowp_read_binary_protocol()
/PHP-7.3/ext/standard/tests/general_functions/
H A Dis_float.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dis_float_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
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");
H A Dgettype_settype_variation6.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dgettype_settype_variation8.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-7.3/Zend/tests/
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"); ?>
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt14 /* A binary function should work with all 256 characters that a character(8-bit) can take */
H A Dstrrpos_variation15.phpt4 <?php if (PHP_INT_SIZE !== 4) die("skip this test is for 32-bit only");
H A Dstrncmp_variation6.phpt15 /* A binary function should work with all 256 characters that a character(8-bit) can take */
H A Dstr_repeat.phpt50 other than 7-bit chars ***\n";
432 other than 7-bit chars ***
/PHP-7.3/ext/standard/tests/file/
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");
H A Dfscanf_variation9.phpt6 die("skip this test is for 32bit platform only");
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1794 #error EBCDIC is not supported for the 16-bit or 32-bit libraries
/PHP-7.3/build/
H A Dlibtool.m4591 *32-bit*)
597 *64-bit*)
603 *32-bit*)
609 *64-bit*)
624 *32-bit*)
646 *64-bit*)
692 *64-bit*)
1670 libsuff= shlibsuff= libmagic=32-bit;;
1674 libsuff=64 shlibsuff=64 libmagic=64-bit;;
2470 *-32|*"-32 ") libmagic=32-bit;;
[all …]
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME.md204 ### Case 2: Windows 64/32bit platform (Visual Studio)
/PHP-7.3/ext/standard/tests/array/
H A Darray_chunk_variation2.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64-bit only");
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.re166 /* extra bit of validation for instances when same params are bound more than once */
/PHP-7.3/
H A DREADME.PARAMETER_PARSING_API96 Note on 64bit compatibility
H A DUPGRADING.INTERNALS47 b. In 64-bit builds PHP-7.2 and below used relative run-time constant operand
/PHP-7.3/ext/opcache/
H A DREADME149 A bitmask, where each bit enables or disables the appropriate OPcache

Completed in 106 milliseconds

1...<<212223