Home
last modified time | relevance | path

Searched refs:bit (Results 76 – 100 of 567) sorted by relevance

12345678910>>...23

/PHP-7.3/ext/standard/tests/math/
H A Dsqrt_basiclong_64bit.phpt2 Test sqrt function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dtan_basiclong_64bit.phpt2 Test tan function : 64bit long tests
7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dacosh_basiclong_64bit.phpt2 Test acosh function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dcosh_basiclong_64bit.phpt2 Test cosh function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Ddechex_basiclong_64bit.phpt2 Test dechex function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dexp_basiclong_64bit.phpt2 Test exp function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dexpm1_basiclong_64bit.phpt2 Test expm1 function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dis_finite_basiclong_64bit.phpt2 Test is_finite function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dis_infinite_basiclong_64bit.phpt2 Test is_infinite function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dis_nan_basiclong_64bit.phpt2 Test is_nan function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dsinh_basiclong_64bit.phpt2 Test sinh function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dacos_basiclong_64bit.phpt2 Test acos function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dasin_basiclong_64bit.phpt2 Test asin function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Datanh_basiclong_64bit.phpt2 Test atanh function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.3/tests/lang/operators/
H A Dnegate_basiclong_64bit.phpt2 Test -N operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpostdec_basiclong_64bit.phpt2 Test N-- operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpostinc_basiclong_64bit.phpt2 Test N++ operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpredec_basiclong_64bit.phpt2 Test --N operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpreinc_basiclong_64bit.phpt2 Test ++N operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.3/ext/standard/tests/array/
H A Dbug41121.phpt2 Bug #41121 (range() overflow handling for large numbers on 32bit machines)
6 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
/PHP-7.3/ext/sqlite3/tests/
H A Dbug63921-32bit.phpt6 if (PHP_INT_SIZE > 4) die('skip 32-bit only'); // skip for 64bit builds - there is another test for…
/PHP-7.3/ext/standard/tests/file/
H A Dbug78241.phpt2 Bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit)
6 if (PHP_INT_SIZE != 8) die('skip this test is for 64bit platforms only');
/PHP-7.3/ext/date/tests/
H A Dbug53437_var3.phpt2 Bug #53437 DateInterval unserialize bad data, 32 bit
4 <?php if (PHP_INT_SIZE != 4) { die('skip 32 bit only'); } ?>
H A Dbug53437_var5.phpt2 Bug #53437 DateInterval unserialize bad data, 64 bit
4 <?php if (PHP_INT_SIZE != 8) { die('skip true 64 bit only'); } ?>
/PHP-7.3/ext/standard/tests/strings/
H A Dsubstr_count_variation_002.phpt7 echo "\n-- complex strings containing other than 7-bit chars --\n";
40 -- complex strings containing other than 7-bit chars --

Completed in 26 milliseconds

12345678910>>...23