Home
last modified time | relevance | path

Searched refs:bit (Results 251 – 275 of 487) sorted by relevance

1...<<11121314151617181920

/PHP-7.4/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…
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_locale.phpt5 if (PHP_INT_SIZE != 8) die('skip 64-bit only');
/PHP-7.4/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.4/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-7.4/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt64 '7bit',
65 '8bit',
329 Warning: mb_regex_encoding(): Unknown encoding "7bit" in %s on line %d
336 Warning: mb_regex_encoding(): Unknown encoding "8bit" in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Dnatcasesort_variation3.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-7.4/ext/standard/tests/strings/
H A Dsscanf_basic6.phpt6 die("skip this test is for 32bit platform only");
H A Dvsprintf_variation19.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvsprintf_variation19_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dprintf_basic7.phpt6 die("skip this test is for 32bit platform only");
H A Dprintf_basic8.phpt6 die("skip this test is for 32bit platform only");
H A Dvprintf_variation15.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvprintf_variation15_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dvprintf_variation19.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvsprintf_variation15.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_044.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64 bit platform only"); ?>
/PHP-7.4/ext/standard/tests/math/
H A Doctdec_basic.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Datan2_basiclong_64bit.phpt2 Test atan2 function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doctdec_basic_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dfmod_basiclong_64bit.phpt2 Test fmod function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.4/ext/date/tests/
H A Dgetdate_variation7.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
H A Didate_variation3.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
H A Dstrftime_variation23.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
/PHP-7.4/ext/hash/
H A Dconfig.m423 AC_MSG_CHECKING([if we're at 64-bit platform])

Completed in 31 milliseconds

1...<<11121314151617181920