Home
last modified time | relevance | path

Searched refs:bit (Results 301 – 325 of 528) sorted by relevance

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

/php-src/ext/mbstring/tests/
H A Dmb_send_mail04.phpt45 Content-Transfer-Encoding: 8bit
H A Dmb_send_mail06.phpt48 Content-Transfer-Encoding: 8bit
H A Dqprint_encoding.phpt12 $converted = mb_convert_encoding($raw, 'QPrint', '8bit');
15 $converted = mb_convert_encoding($qprint, '8bit', 'QPrint');
H A Dmb_regex_encoding_variation2.phpt60 '7bit',
61 '8bit',
300 mb_regex_encoding(): Argument #1 ($encoding) must be a valid encoding, "7bit" given
305 mb_regex_encoding(): Argument #1 ($encoding) must be a valid encoding, "8bit" given
H A Dmb_send_mail05.phpt49 Content-Transfer-Encoding: 7bit
/php-src/ext/dom/tests/modern/spec/
H A DCharacterData_insertData_negative_offset_mod32.phpt7 if (PHP_INT_SIZE === 4) die('skip not for 32-bit');
H A DCharacterData_substringData_negative_arguments_mod32.phpt7 if (PHP_INT_SIZE === 4) die('skip not for 32-bit');
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_075.phpt4 <?php if (PHP_INT_SIZE == 4) die("SKIP: 64 bit test"); ?>
/php-src/ext/ffi/tests/
H A Dcallconv.phpt8 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
/php-src/ext/ftp/tests/
H A Dgh10521.phpt8 if (PHP_INT_SIZE != 8) die("skip: 64-bit only");
/php-src/ext/pdo_sqlite/tests/
H A Dbug38334.phpt13 // Check handling of integers larger than 32-bit.
/php-src/ext/opcache/tests/jit/
H A Dmul_004.phpt12 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua29 local bit = bit or require("bit")
30 local band, shl, shr, sar = bit.band, bit.lshift, bit.rshift, bit.arshift
31 local ror, tohex = bit.ror, bit.tohex
/php-src/ext/standard/tests/math/
H A Dhexdec_basic_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpow_variation1_64bit.phpt7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpow_variation1.phpt7 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/php-src/ext/standard/tests/strings/
H A Dsscanf_basic6.phpt6 die("skip this test is for 32bit platform only");
/php-src/ext/intl/tests/
H A Dgregoriancalendar_set_date_time_error.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');
/php-src/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");
H A Dnatcasesort_variation3.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/php-src/ext/gmp/tests/
H A Dgmp_setbit_long.phpt7 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/php-src/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()
/php-src/ext/curl/tests/
H A Dbug69316.phpt12 …// cause an allocation of approx the same size as a FILE structure, size varies a bit depending on…

Completed in 25 milliseconds

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