Home
last modified time | relevance | path

Searched refs:bigint (Results 1 – 13 of 13) sorted by last modified time

/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug53551.phpt18 `count` bigint(20) unsigned NOT NULL DEFAULT '0'
/PHP-5.5/ext/mysqli/tests/
H A Dbug66124.phpt13 `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
H A D019.phpt19 col3 int, col4 bigint,
H A D036.phpt22 …mysqli_query($link, "CREATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10…
H A D048.phpt19 col3 int, col4 bigint,
H A D002.phpt20 col3 int, col4 bigint,
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 D011.phpt21 c3 int, c4 bigint,
H A D012.phpt21 c3 int, c4 bigint,
H A D013.phpt19 c3 int, c4 bigint,
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)");
/PHP-5.5/ext/json/
H A DJSON_parser.c300 zend_bool bigint = 0; in json_create_zval() local
311 bigint = 1; in json_create_zval()
314 bigint = 1; in json_create_zval()
318 if (bigint) { in json_create_zval()
/PHP-5.5/
H A DNEWS8657 - Fixed mysqli bigint conversion under Windows (Georg)

Completed in 52 milliseconds