Home
last modified time | relevance | path

Searched refs:INSERT (Results 151 – 175 of 433) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug33841.phpt14 $stmt = $db->prepare("INSERT INTO test VALUES ( :text )");
/PHP-5.5/ext/oci8/tests/
H A Dlob_032.phpt14 $ora_sql = "INSERT INTO
H A Dlob_036.phpt14 $ora_sql = "INSERT INTO
H A Dlob_035.phpt14 $ora_sql = "INSERT INTO
29 $ora_sql = "INSERT INTO
H A Dlob_033.phpt14 $ora_sql = "INSERT INTO
H A Dlob_010.phpt14 $ora_sql = "INSERT INTO
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt62 $db->exec('INSERT INTO test(id) VALUES (1), (2)');
87 exec('INSERT INTO test(id) VALUES (1), (2)')
H A Dpdo_mysql_prepare_emulated_anonymous.phpt23 $stmt = $db->prepare("INSERT INTO test(id, label) VALUES(1, '?')");
42 $stmt = $db->prepare("INSERT INTO test(id, label) VALUES(1, '?')");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_insert_id.phpt38 if (!$res = mysql_query("INSERT INTO test(id, label) VALUES (100, 'a')", $link)) {
47 if (!$res = mysql_query("INSERT INTO test(label) VALUES ('a')", $link)) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt55 …if (!$res = mysqli_query($link, "INSERT INTO автори_на_mysqlnd (име, фамилия) VALUES ('Андрей', 'Х…
58 …if (!$res = mysqli_query($link, "INSERT INTO автори_на_mysqlnd (име, фамилия) VALUES ('Andrey', 'H…
61 …if (!$res = mysqli_query($link, "INSERT INTO автори_на_mysqlnd (име, фамилия) VALUES ('安德烈', 'Hris…
/PHP-5.5/ext/pdo/tests/
H A Dpecl_bug_5772.phpt18 $db->exec("INSERT INTO test (id) VALUES (1)");
H A Dpecl_bug_5809.phpt18 $db->exec("INSERT INTO test (id) VALUES (1)");
H A Dbug_39398.phpt20 $stmt = $db->prepare('INSERT INTO test VALUES (:boolean)');
H A Dbug_36428.phpt19 $db->exec("INSERT INTO test (a) VALUES ('xyz')");
H A Dpdo_033.phpt26 $db->query("INSERT INTO test (t) VALUES($quoted)");
H A Dbug65946.phpt18 $db->exec('INSERT INTO test VALUES(1)');
/PHP-5.5/ext/pgsql/tests/
H A D80_bug27597.phpt21 pg_query("INSERT INTO id (id) VALUES ($i)");
H A Dbug37100_9.phpt18 pg_query("INSERT INTO test_bug VALUES (decode('0103AA000812','hex'))");
H A Dpg_insert_001.phpt31 string(55) "INSERT INTO "phptests"."foo" ("id","id2") VALUES (1,2);"
H A D80_bug24499.phpt22 pg_query("INSERT INTO id (t) VALUES ($i)");
H A Dbug37100.phpt19 pg_query("INSERT INTO test_bug VALUES (decode('0103AA000812','hex'))");
/PHP-5.5/ext/odbc/tests/
H A Dbug69354.phpt16 odbc_exec($conn, "INSERT INTO FOO(ID, VARCHAR_COL) VALUES (1, '" . str_repeat("a", 100) . "')");
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_32_last_insert_rowid_param.phpt17 var_dump($db->exec('INSERT INTO test (time, id) VALUES(2, 1)'));
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt21 $stmt = $db->prepare("INSERT INTO test (a) VALUES (?)");
H A Dbug67462.phpt21 $pdo->query("INSERT INTO b67462 VALUES (1), (1)");

Completed in 54 milliseconds

12345678910>>...18