Home
last modified time | relevance | path

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

1...<<11121314151617181920

/PHP-8.1/ext/standard/tests/strings/
H A Dvprintf_basic7_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dchunk_split_variation1_32bit.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit 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 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 Dstr_pad_variation5.phpt7 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_061.phpt4 <?php if (PHP_INT_SIZE == 4) die("SKIP: 64 bit test"); ?>
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarning_float_does_not_fit_zend_long_strings_32bit.phpt2 Implicit float to int conversions when float too large should warn, string offset variant, 32bit va…
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-8.1/ext/sqlite3/tests/
H A Dbug63921-64bit.phpt7 if (PHP_INT_SIZE < 8) die('skip'); // skip for 32bit builds - there is another test for that
/PHP-8.1/ext/oci8/tests/
H A Dbug68298.phpt7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
/PHP-8.1/ext/intl/tests/
H A Dcollator_get_locale2.phpt6 <?php if (PHP_INT_SIZE != 8) die('skip 64-bit only'); ?>
/PHP-8.1/Zend/tests/array_unpack/
H A Dalready_occupied.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64bit only"); ?>
/PHP-8.1/ext/standard/tests/math/
H A Dhexdec_basic.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-8.1/ext/mbstring/tests/
H A Dmb_send_mail03.phpt42 Content-Transfer-Encoding: 8bit
H A Dmb_send_mail02.phpt42 Content-Transfer-Encoding: 7bit
H A Dmb_send_mail04.phpt42 Content-Transfer-Encoding: 8bit
H A Dmb_send_mail06.phpt45 Content-Transfer-Encoding: 8bit
/PHP-8.1/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-8.1/ext/date/tests/
H A Dbug75851.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua32 local bit = bit or require("bit")
33 local band, shl, shr, sar = bit.band, bit.lshift, bit.rshift, bit.arshift
34 local tohex = bit.tohex
/PHP-8.1/ext/zip/tests/
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)

Completed in 47 milliseconds

1...<<11121314151617181920