Home
last modified time | relevance | path

Searched refs:INT (Results 26 – 50 of 167) sorted by relevance

1234567

/PHP-7.2/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate.phpt10 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
H A Dpdo_sqlite_createfunction.phpt10 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
H A Dpdo_sqlite_createfunction_with_flags.phpt13 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
H A Dpdo_sqlite_createcollation.phpt11 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
/PHP-7.2/ext/odbc/tests/
H A Dbug71171.phpt14 odbc_exec($conn, 'CREATE TABLE FOO (ID INT, VARCHAR_COL NVARCHAR(40))');
H A Dbug69354.phpt14 odbc_exec($conn, 'CREATE TABLE FOO (ID INT, VARCHAR_COL VARCHAR(100))');
H A Dbug68087.phpt17 odbc_exec($conn, 'CREATE TABLE FOO (ID INT, VARCHAR_COL VARCHAR(100), DATE_COL DATE)');
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug_44707.phpt32 $db->exec('CREATE TABLE test(id INT, mybool TINYINT)');
51 // INT and integer work well together
H A Dpdo_mysql_exec_ddl.phpt52 if (0 === $db->exec('CREATE TABLE pdo_exec_ddl(id INT, col1 CHAR(2))')) {
56 exec_and_count(8, $db, 'ALTER TABLE pdo_exec_ddl ADD id INT', 0);
H A Dpecl_bug_5200.phpt15 $db->exec("CREATE TABLE test (bar INT NOT NULL, phase enum('please_select', 'I', 'II', 'IIa', 'IIb'…
H A Dpdo_mysql_rollback.phpt38 $db->query('CREATE TABLE test2(id INT)');
48 $db->query('CREATE TABLE test2(id INT) ENGINE=MyISAM');
H A Dbug70862.phpt15 $db->exec(sprintf('CREATE TABLE test(id INT, label BLOB)'));
H A Dpdo_mysql_stmt_bindparam_types.phpt24 …$sql = sprintf('CREATE TABLE test(id INT, label %s) ENGINE=%s', $sql_type, MySQLPDOTest::getTableE…
111 pdo_mysql_stmt_bindparam_types($db, 10, 'INT', -2147483648);
112 pdo_mysql_stmt_bindparam_types($db, 11, 'INT UNSIGNED', 4294967295);
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_options_int_and_float_native.phpt25 'INT' => array('INT', 999),
H A D029.phpt18 mysqli_query($link, "CREATE TABLE general_test (a INT)");
H A D032.phpt18 mysqli_query($link, "CREATE TABLE general_test (a INT)");
H A Dtable.inc20 if (!mysqli_query($link, 'CREATE TABLE test(id INT DEFAULT 0, label CHAR(1), PRIMARY KEY(id)) ENGIN…
/PHP-7.2/ext/pdo/tests/
H A Dbug_39398.phpt17 $db->exec("CREATE TABLE test (test INT)");
H A Dbug_73234.phpt18 $db->exec('CREATE TABLE test(id INT NULL)');
/PHP-7.2/ext/pgsql/tests/
H A D80_bug27597.phpt18 pg_query("CREATE TABLE id (id INT)");
H A D80_bug24499.phpt19 pg_query("CREATE TABLE id (id SERIAL, t INT)");
H A Dbug68638.phpt14 pg_query("CREATE TABLE $table (id INT, value FLOAT)");
/PHP-7.2/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt84 print("INT: $s\n"); // EUC-JP
114 INT: EUC-JP
H A Dmb_convert_encoding.phpt96 print("INT: $s\n"); // EUC-JP
130 INT: 1234
/PHP-7.2/ext/pdo_firebird/tests/
H A Dddl.phpt14 $db->exec("CREATE TABLE ddl (id INT NOT NULL PRIMARY KEY, text BLOB SUB_TYPE 1)");

Completed in 22 milliseconds

1234567