Home
last modified time | relevance | path

Searched refs:INTEGER (Results 26 – 50 of 71) sorted by relevance

123

/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_32_last_insert_rowid_param.phpt14 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_prepared_stmt_clear_with_params.phpt13 $db->exec('CREATE TABLE test (time INTEGER, id STRING)');
H A Dsqlite3_13_skip_all_cleanup.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_14_querysingle.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_18_changes.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_03_insert.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_23_escape_string.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3stmt_reset_params.phpt12 var_dump($db->exec('CREATE TABLE foobar (id INTEGER, name STRING)'));
H A Dsqlite3_06_prepared_stmt.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_07_prepared_stmt.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_08_udf.phpt17 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_11_numrows.phpt19 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_19_columninfo.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3stmt_paramCount_error.phpt11 var_dump($db->exec('CREATE TABLE foobar (id INTEGER, name STRING, city STRING)'));
H A Dsqlite3_10_bound_value_name.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_35_stmt_readonly.phpt17 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt185 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * P…
186 func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", -2147483647, 400, "integer");
187 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? min(214748…
188 func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", NULL, 440);
189 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? m…
190 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER UNSIGNED", 4294967295, 480, (defined("P…
191 func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER UNSIGNED", NULL, 500);
/PHP-5.3/ext/pdo_firebird/tests/
H A Dbug_62024.phpt15 $dbh->exec("CREATE TABLE test_insert (ID INTEGER NOT NULL, TEXT VARCHAR(10))");
H A Dbug_64037.phpt15 $dbh->exec("CREATE TABLE PRICE (ID INTEGER NOT NULL, TEXT VARCHAR(10), COST NUMERIC(15, 2))");
/PHP-5.3/ext/oci8/tests/
H A Dbug40415.phpt15 $create_1 = "CREATE TABLE t1 (id1 INTEGER)";
16 $create_2 = "CREATE TABLE t2 (id2 INTEGER)";
/PHP-5.3/ext/pdo/tests/
H A Dbug_36798.phpt25 $db->exec("CREATE TABLE test (id INTEGER)");
H A Dbug_39656.phpt21 $db->exec("CREATE TABLE test (id INTEGER NOT NULL PRIMARY KEY, usr VARCHAR( 256 ) NOT NULL)");
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_019.phpt10 sqlite_query($db, "CREATE TABLE test_db ( id INTEGER PRIMARY KEY, data VARCHAR(100) )");
H A Dsqlite_oo_021.phpt10 $db->query("CREATE TABLE test_db ( id INTEGER PRIMARY KEY, data VARCHAR(100) )");

Completed in 19 milliseconds

123