Home
last modified time | relevance | path

Searched refs:bit (Results 101 – 125 of 487) sorted by relevance

12345678910>>...20

/PHP-7.4/win32/build/
H A Dconfig.w32.h.in90 /* int and long are still 32bit in 64bit compiles */
128 /* vs.net 2005 has a 64-bit time_t. This will likely break
130 * back to 32-bit */
/PHP-7.4/ext/standard/tests/math/
H A Dround_bug71201.phpt2 Bug #71201 round() segfault on 64-bit builds
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug31442.phpt2 Bug #31442 (unserialize broken on 64-bit systems)
H A Dbug46882.phpt2 Bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers)
H A Dunserialize_neg_iv_edge_cases.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
/PHP-7.4/tests/lang/operators/
H A Doperator_gt_variation_64bit.phpt2 Test > operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_lt_variation_64bit.phpt2 Test < operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_equals_variation.phpt2 Test == operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_equals_variation_64bit.phpt2 Test == operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_gt_or_equal_variation.phpt2 Test >= operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_gt_or_equal_variation_64bit.phpt2 Test >= operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_identical_variation.phpt2 Test === operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_identical_variation_64bit.phpt2 Test === operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_lt_or_equal_variation.phpt2 Test <= operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_lt_or_equal_variation_64bit.phpt2 Test <= operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_notequals_variation.phpt2 Test != operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_notidentical_variation.phpt2 Test !== operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_notidentical_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/network/
H A Dip2long_variation2_x64.phpt2 Test ip2long() function : usage variation 2, 64 bit
11 if(PHP_INT_SIZE != 8) {die('skip 64 bit only');}
/PHP-7.4/Zend/tests/
H A Dbug34879.phpt2 Bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
/PHP-7.4/ext/date/tests/
H A Dstrtotime3-64bit.phpt2 strtotime() function (64 bit)
4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
H A Dstrtotime3.phpt2 strtotime() function (32 bit)
4 <?php if (PHP_INT_SIZE == 8) die("skip 32-bit only"); ?>
/PHP-7.4/ext/calendar/tests/
H A Dgregoriantojd_overflow.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Djuliantojd_overflow.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-7.4/ext/filter/tests/
H A D046.phpt9 case "2147483647": /* 32-bit systems */
14 case "9223372036854775807": /* 64-bit systems */

Completed in 43 milliseconds

12345678910>>...20