Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.4/ext/standard/tests/math/
H A Dlog10_basiclong_64bit.phpt2 Test log10 function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dlog1p_basiclong_64bit.phpt2 Test log1p function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dlog_basiclong_64bit.phpt2 Test log function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Drad2deg_basiclong_64bit.phpt2 Test rad2deg function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dround_basiclong_64bit.phpt2 Test round function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
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 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 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");
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 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");
/PHP-7.4/ext/mysqli/tests/
H A Dbug75018.phpt2 Bug #75018 Data corruption when reading fields of bit type
18 $sql = "CREATE TABLE $tbl (bit_column_1 bit(16) NOT NULL) DEFAULT CHARSET=utf8";
/PHP-7.4/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.4/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.4/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 --
/PHP-7.4/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.4/ext/date/tests/
H A Dbug53437_var6.phpt2 Bug #53437 DateInterval unserialize bad data, 64 bit
4 <?php if (PHP_INT_SIZE != 8) { die('skip true 64 bit only'); } ?>
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'); } ?>

Completed in 45 milliseconds

12345678910>>...20