Home
last modified time | relevance | path

Searched refs:bigint (Results 1 – 17 of 17) sorted by relevance

/PHP-7.3/ext/mysqli/tests/
H A D009.phpt2 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 Dbug35103.phpt2 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 Dbug76386.phpt26 '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 D012.phpt21 c3 int, c4 bigint,
H A D048.phpt19 col3 int, col4 bigint,
H A D011.phpt21 c3 int, c4 bigint,
H A D036.phpt22 …mysqli_query($link, "CREATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10…
H A Dbug_bits.phpt20 if (!$link->query("CREATE TABLE `bug_bits` (`inty` bigint(20) unsigned NOT NULL DEFAULT '0', `bitty…
H A D013.phpt19 c3 int, c4 bigint,
H A D002.phpt20 col3 int, col4 bigint,
H A Dbug66124.phpt13 `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
H A D019.phpt19 col3 int, col4 bigint,
/PHP-7.3/ext/pdo_dblib/tests/
H A Dbug_73396.phpt2 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 Dbug53551.phpt18 `count` bigint(20) unsigned NOT NULL DEFAULT '0'
/PHP-7.3/ext/json/
H A Djson_scanner.re173 zend_bool bigint = 0, negative = s->token[0] == '-';
179 bigint = 1;
182 bigint = 1;
185 if (!bigint) {
H A Djson_scanner.c318 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 DNEWS969 . 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