Searched refs:bigint (Results 1 – 14 of 14) sorted by relevance
/PHP-7.1/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 | 012.phpt | 21 c3 int, c4 bigint,
|
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 | 036.phpt | 22 …mysqli_query($link, "CREATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10…
|
H A D | 011.phpt | 21 c3 int, c4 bigint,
|
H A D | 048.phpt | 19 col3 int, col4 bigint,
|
H A D | 013.phpt | 19 c3 int, c4 bigint,
|
H A D | bug66124.phpt | 13 `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
H A D | 002.phpt | 20 col3 int, col4 bigint,
|
H A D | 019.phpt | 19 col3 int, col4 bigint,
|
/PHP-7.1/ext/json/ |
H A D | json_scanner.re | 161 zend_bool bigint = 0, negative = s->token[0] == '-'; 167 bigint = 1; 170 bigint = 1; 173 if (!bigint) {
|
H A D | json_scanner.c | 302 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 D | bug53551.phpt | 18 `count` bigint(20) unsigned NOT NULL DEFAULT '0'
|
Completed in 17 milliseconds