Home
last modified time | relevance | path

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

/PHP-7.1/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 D012.phpt21 c3 int, c4 bigint,
H A Dbug_bits.phpt20 if (!$link->query("CREATE TABLE `bug_bits` (`inty` bigint(20) unsigned NOT NULL DEFAULT '0', `bitty…
H A D036.phpt22 …mysqli_query($link, "CREATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10…
H A D011.phpt21 c3 int, c4 bigint,
H A D048.phpt19 col3 int, col4 bigint,
H A D013.phpt19 c3 int, c4 bigint,
H A Dbug66124.phpt13 `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
H A D002.phpt20 col3 int, col4 bigint,
H A D019.phpt19 col3 int, col4 bigint,
/PHP-7.1/ext/json/
H A Djson_scanner.re161 zend_bool bigint = 0, negative = s->token[0] == '-';
167 bigint = 1;
170 bigint = 1;
173 if (!bigint) {
H A Djson_scanner.c302 zend_bool bigint = 0, negative = s->token[0] == '-'; in php_json_scan() local
308 bigint = 1; in php_json_scan()
311 bigint = 1; in php_json_scan()
314 if (!bigint) { in php_json_scan()
/PHP-7.1/ext/pdo_mysql/tests/
H A Dbug53551.phpt18 `count` bigint(20) unsigned NOT NULL DEFAULT '0'

Completed in 16 milliseconds