Home
last modified time | relevance | path

Searched refs:bit (Results 151 – 175 of 526) sorted by relevance

12345678910>>...22

/php-src/tests/lang/integer_literals/
H A Dbinary_32bit.phpt2 Binary integer strings (32bit)
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dhexadecimal_32bit.phpt2 Hexadecimal integer strings (32bit)
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dhexadecimal_64bit.phpt2 Hexadecimal integer strings (64bit)
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbinary_64bit.phpt2 Binary integer strings (64bit)
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/date/tests/
H A Dmktime-3.phpt2 mktime() [3] (32-bit)
4 <?php if (PHP_INT_SIZE == 8) die("skip 32-bit only"); ?>
H A Dstrtotime3.phpt2 strtotime() function (32 bit)
4 <?php if (PHP_INT_SIZE == 8) die("skip 32-bit only"); ?>
H A Dmktime-3-64bit.phpt2 mktime() [3] (64-bit)
4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
H A Dbug69806.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64-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)
/php-src/ext/standard/tests/serialize/
H A Dunserialize_neg_iv_edge_cases.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
/php-src/ext/standard/tests/strings/
H A Dsubstr_count_variation_001.phpt16 echo "\n-- complex strings containing other than 7-bit chars --\n";
56 -- complex strings containing other than 7-bit chars --
H A Dpack64.phpt2 64bit pack()/unpack() tests
6 die("skip 64bit test only");
H A Dgh10940.phpt2 Test unpacking at the 32-bit integer limit
/php-src/Zend/tests/
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 Dbug69892.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only"); ?>
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-src/ext/standard/tests/streams/
H A Dbug70198.phpt31 the client side will need wait a bit longer to realize it.*/
42 /* wait a bit for the server startup */
/php-src/ext/mysqli/tests/
H A Dbug35517.phpt23 … printf("[001] Expecting integer on 64bit got %s/%s\n", gettype($id), var_export($id, true));
26 … printf("[002] Expecting string on 32bit got %s/%s\n", gettype($id), var_export($id, true));
/php-src/ext/standard/tests/math/
H A Dintdiv_64bit.phpt6 die("skip this test is for 64-bit platforms only");
/php-src/ext/mbstring/tests/
H A Dmb_strlen_variation3.phpt56 '7bit',
57 '8bit',
352 -- Iteration 42: 7bit --
354 Encoding 7bit recognised
356 Encoding 7bit recognised
358 -- Iteration 43: 8bit --
360 Encoding 8bit recognised
362 Encoding 8bit recognised
/php-src/ext/com_dotnet/tests/
H A Dgh8778.phpt7 if (PHP_INT_SIZE < 8) die("skip for 64bit only");
/php-src/ext/json/tests/
H A Dbug40503.phpt2 Bug #40503 (json_encode() value corruption on 32bit systems with overflown values)
/php-src/ext/calendar/tests/
H A Djdtojewish64.phpt8 die("skip this test is for 64bit platform only");

Completed in 49 milliseconds

12345678910>>...22