Home
last modified time | relevance | path

Searched refs:bit (Results 226 – 250 of 567) sorted by relevance

12345678910>>...23

/PHP-7.3/ext/mbstring/tests/
H A Dmb_send_mail06.phpt43 Content-Transfer-Encoding: 8bit
H A Dmb_send_mail05.phpt44 Content-Transfer-Encoding: 7bit
/PHP-7.3/ext/wddx/tests/
H A Dbug35410.phpt6 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dbug35410_64bit.phpt6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.3/tests/lang/operators/
H A Doperator_gt_variation.phpt2 Test > operator : max int 32bit range
H A Doperator_lt_variation.phpt2 Test < operator : max int 32bit range
/PHP-7.3/ext/posix/tests/
H A Dposix_setgid_variation4.phpt5 PHP_INT_SIZE == 4 or die("skip - 32-bit only");
H A Dposix_seteuid_variation4.phpt5 PHP_INT_SIZE == 4 or die("skip - 32-bit only");
H A Dposix_setuid_variation4.phpt5 PHP_INT_SIZE == 4 or die("skip - 32-bit only");
/PHP-7.3/ext/zip/tests/
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_basic7.phpt6 die("skip this test is for 32bit platform only");
H A Dsprintf_basic7_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dsprintf_basic8.phpt6 die("skip this test is for 32bit platform only");
H A Dsprintf_basic8_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dvfprintf_basic7.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvfprintf_basic7_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dstr_pad_variation5.phpt7 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dquoted_printable_decode_error.phpt6 * Description: Convert a quoted-printable string to an 8 bit string
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug40576.phpt6 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dbug40576_64bit.phpt6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.3/ext/standard/tests/array/
H A Darray_values_variation.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Darray_values_variation_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug62498-32bit.phpt2 PDO PgSQL Bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used), 32-bit
9 if (PHP_INT_SIZE > 4) die("skip relevant for 32-bit only");
H A Dbug62498.phpt2 PDO PgSQL Bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used), 64-bit
9 if (PHP_INT_SIZE < 8) die("skip valid for 64-bit only");
/PHP-7.3/ext/gd/libgd/
H A Dgd_bmp.c790 int padding = 0, current_byte = 0, bit = 0; in bmp_read_1bit() local
835 for (bit = 0; bit < 8; bit++) { in bmp_read_1bit()
836 index = ((current_byte & (0x80 >> bit)) != 0 ? 0x01 : 0x00); in bmp_read_1bit()
840 gdImageSetPixel(im, xpos + bit, row, index); in bmp_read_1bit()
842 if ((xpos + bit) >= info->width) { in bmp_read_1bit()

Completed in 80 milliseconds

12345678910>>...23