Searched refs:bigint (Results 1 – 17 of 17) sorted by relevance
/PHP-7.3/ext/mysqli/tests/ |
H A D | 009.phpt | 2 mysqli fetch bigint values (ok to fail with 4.1.x) 25 $rc = mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 bigint default 5, 26 c2 bigint, 27 c3 bigint not NULL, 28 c4 bigint unsigned, 29 c5 bigint unsigned, 30 c6 bigint unsigned, 31 c7 bigint unsigned, 32 c8 bigint unsigned) ENGINE=" . $engine);
|
H A D | bug35103.phpt | 2 Bug #35103 (Bad handling of unsigned bigint) 19 $mysql->query("CREATE TABLE test_bint (a bigint(20) default NULL) ENGINE=MYISAM"); 23 $mysql->query("CREATE TABLE test_buint (a bigint(20) unsigned default NULL)");
|
H A D | bug76386.phpt | 26 'CREATE TABLE ts_test (id bigint unsigned auto_increment primary key, ' . 56 'CREATE TABLE t_test (id bigint unsigned auto_increment primary key, ' .
|
H A D | 012.phpt | 21 c3 int, c4 bigint,
|
H A D | 048.phpt | 19 col3 int, col4 bigint,
|
H A D | 011.phpt | 21 c3 int, c4 bigint,
|
H A D | 036.phpt | 22 …mysqli_query($link, "CREATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10…
|
H A D | bug_bits.phpt | 20 if (!$link->query("CREATE TABLE `bug_bits` (`inty` bigint(20) unsigned NOT NULL DEFAULT '0', `bitty…
|
H A D | 013.phpt | 19 c3 int, c4 bigint,
|
H A D | 002.phpt | 20 col3 int, col4 bigint,
|
H A D | bug66124.phpt | 13 `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
H A D | 019.phpt | 19 col3 int, col4 bigint,
|
/PHP-7.3/ext/pdo_dblib/tests/ |
H A D | bug_73396.phpt | 2 PDO_DBLIB: bigint columns are returned as strings 16 $stmt = $db->query('SELECT CAST(1 AS bigint)');
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | bug53551.phpt | 18 `count` bigint(20) unsigned NOT NULL DEFAULT '0'
|
/PHP-7.3/ext/json/ |
H A D | json_scanner.re | 173 zend_bool bigint = 0, negative = s->token[0] == '-'; 179 bigint = 1; 182 bigint = 1; 185 if (!bigint) {
|
H A D | json_scanner.c | 318 zend_bool bigint = 0, negative = s->token[0] == '-'; in php_json_scan() local 324 bigint = 1; in php_json_scan() 327 bigint = 1; in php_json_scan() 330 if (!bigint) { in php_json_scan()
|
/PHP-7.3/ |
H A D | NEWS | 969 . Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64). (cmb) 2583 . Fixed bug #73396 (bigint columns are returned as strings). (Adam Baratz)
|
Completed in 23 milliseconds