Home
last modified time | relevance | path

Searched refs:bit (Results 126 – 150 of 487) sorted by relevance

12345678910>>...20

/PHP-7.4/ext/mbstring/tests/
H A Dmb_internal_encoding_variation2.phpt65 '7bit',
66 '8bit',
302 string(4) "7bit"
305 string(4) "7bit"
307 string(4) "8bit"
310 string(4) "8bit"
H A Dmb_get_info.phpt71 string(4) "7bit"
160 string(4) "7bit"
161 string(4) "7bit"
H A Dmb_strlen_variation3.phpt64 '7bit',
65 '8bit',
356 -- Iteration 42: 7bit --
358 Encoding 7bit recognised
360 Encoding 7bit recognised
362 -- Iteration 43: 8bit --
364 Encoding 8bit recognised
366 Encoding 8bit recognised
/PHP-7.4/ext/standard/tests/math/
H A Dintdiv_64bit.phpt6 die("skip this test is for 64-bit platforms only");
/PHP-7.4/tests/lang/operators/
H A Doperator_notequals_variation_64bit.phpt2 Test == operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.4/ext/standard/tests/strings/
H A Dpack64.phpt2 64bit pack()/unpack() tests
6 die("skip 64bit test only");
/PHP-7.4/ext/intl/tests/
H A Dbug61487.phpt5 if (PHP_INT_SIZE != 8) die('skip 64-bit only');
/PHP-7.4/Zend/tests/
H A Dbug69892.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only"); ?>
H A Dzend_signed_multiply-64bit-2.phpt2 Zend signed multiply 64-bit, variation 2
4 <?php if ((1 << 31) < 0) print "skip Running on 32-bit target"; ?>
H A Doct_overflow.phpt2 testing integer overflow (32bit)
H A Dbug77660.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-7.4/ext/bcmath/tests/
H A Dbug60377.phpt5 if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
/PHP-7.4/ext/standard/tests/streams/
H A Dbug70198.phpt30 the client side will need wait a bit longer to realize it.*/
41 /* wait a bit for the server startup */
/PHP-7.4/ext/date/tests/
H A Dmktime-3-64bit.phpt2 mktime() [3] (64-bit)
4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
H A Dmktime-3.phpt2 mktime() [3] (32-bit)
4 <?php if (PHP_INT_SIZE == 8) die("skip 32-bit only"); ?>
H A Dbig_year.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
H A Ddate_create-relative.phpt14 // Most offsets tested in strtotime-relative.phpt. These are tests for dates outside the 32-bit ran…
36 // bigger than int (32-bit)
H A Dbug36988.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
/PHP-7.4/ext/mysqli/tests/
H A Dbug35517.phpt22 … printf("[001] Expecting integer on 64bit got %s/%s\n", gettype($id), var_export($id, true));
25 … printf("[002] Expecting string on 32bit got %s/%s\n", gettype($id), var_export($id, true));
/PHP-7.4/ext/calendar/tests/
H A Djdtojewish64.phpt7 die("skip this test is for 64bit platform only");
H A Dbug80185.phpt6 if (PHP_INT_SIZE != 8) die("skip for 64bit platforms only");
H A Dbug80185_32bit.phpt6 if (PHP_INT_SIZE != 4) die("skip for 32bit platforms only");
H A Djdtogregorian_overflow.phpt8 if (PHP_INT_SIZE != 4) die('skip this test is for 32bit platforms only');
/PHP-7.4/ext/standard/tests/serialize/
H A Dsplobjectstorage_negative_count.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip requires 64-bit"); ?>
/PHP-7.4/ext/json/tests/
H A Dbug40503.phpt2 Bug #40503 (json_encode() value corruption on 32bit systems with overflown values)

Completed in 26 milliseconds

12345678910>>...20