Home
last modified time | relevance | path

Searched refs:bit (Results 51 – 75 of 567) sorted by relevance

12345678910>>...23

/PHP-7.3/ext/wddx/tests/
H A D001.phpt2 wddx deserialization test (32-bit)
5 <?php echo PHP_INT_SIZE == 8 ? "skip 32-bit only" : "OK" ?>
/PHP-7.3/ext/intl/tests/
H A Dsymfony_format_type_int32_intl7.phpt10 …i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range.";}');
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl3.phpt10 …i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range.";}');
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl6.phpt10 …i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range.";}');
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
/PHP-7.3/ext/pdo_sqlite/tests/
H A Dbug_63916.phpt2 Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite
/PHP-7.3/ext/date/tests/
H A Dbug52062.phpt2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (32 bit)
5 if (PHP_INT_SIZE != 4) die('skip 32-bit only');
/PHP-7.3/ext/standard/tests/math/
H A Dcos_basiclong_64bit.phpt2 Test cos function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Ddecbin_basiclong_64bit.phpt2 Test decbin function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Ddecoct_basiclong_64bit.phpt2 Test decoct function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dhexdec_basiclong_64bit.phpt2 Test hexdec function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dsin_basiclong_64bit.phpt2 Test sin function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dtanh_basiclong_64bit.phpt2 Test tanh function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dasinh_basiclong_64bit.phpt2 Test asinh function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Datan_basiclong_64bit.phpt2 Test atan function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dabs_basiclong_64bit.phpt2 Test abs function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dceil_basiclong_64bit.phpt2 Test ceil function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Ddeg2rad_basiclong_64bit.phpt2 Test deg2rad function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dfloor_basiclong_64bit.phpt2 Test floor function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
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");
/PHP-7.3/tests/lang/operators/
H A DbitwiseNot_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/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";

Completed in 39 milliseconds

12345678910>>...23