Searched refs:bit (Results 51 – 75 of 567) sorted by relevance
12345678910>>...23
2 wddx deserialization test (32-bit)5 <?php echo PHP_INT_SIZE == 8 ? "skip 32-bit only" : "OK" ?>
10 …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."
2 Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite
2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (32 bit)5 if (PHP_INT_SIZE != 4) die('skip 32-bit only');
2 Test cos function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test decbin function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test decoct function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test hexdec function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test sin function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test tanh function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test asinh function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test atan function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test abs function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test ceil function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test deg2rad function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test floor function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test log10 function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test log1p function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test log function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test rad2deg function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test round function : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Test ~N operator : 64bit long tests5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Bug #75018 Data corruption when reading fields of bit type18 $sql = "CREATE TABLE $tbl (bit_column_1 bit(16) NOT NULL) DEFAULT CHARSET=utf8";
Completed in 28 milliseconds