Home
last modified time | relevance | path

Searched refs:INSERT (Results 326 – 350 of 433) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/oci8/tests/
H A Dbug43492_2.phpt20 "INSERT INTO bug43492_tab VALUES ('A')",
21 "INSERT INTO bug43492_tab VALUES ('B')",
22 "INSERT INTO bug43492_tab VALUES ('C')",
23 "INSERT INTO bug43492_tab VALUES ('D')",
24 "INSERT INTO bug43492_tab VALUES ('E')",
25 "INSERT INTO bug43492_tab VALUES ('F')",
26 "INSERT INTO bug43492_tab VALUES ('G')",
27 "INSERT INTO bug43492_tab VALUES ('H')",
28 "INSERT INTO bug43492_tab VALUES ('I')",
29 "INSERT INTO bug43492_tab VALUES ('J')"
H A Dfetch_all2.phpt14 $insert_sql = "INSERT INTO ".$schema."".$table_name." (id, value) VALUES (1,1)";
H A Dlob_042.phpt14 $ora_sql = "INSERT INTO
H A Dlob_026.phpt14 $ora_sql = "INSERT INTO
H A Ddrcp_functions.inc17 …$insert = "INSERT INTO DRCPTEST VALUES(".$id_values[$i].",'". $name_values[$i]."','".$dept_values[…
H A Dfetch_into1.phpt14 $insert_sql = "INSERT INTO ".$schema."".$table_name." (id, value, string) VALUES (1, 1, NULL)";
H A Dlob_030.phpt17 $ora_sql = "INSERT INTO
/PHP-5.5/ext/mysqli/tests/
H A D002.phpt30 …$rc = mysqli_query($link, "INSERT INTO test_fetch_null(col1,col10, col11) VALUES(1,'foo1', 1000),(…
H A D067.phpt46 $mysql->query("INSERT INTO cursor$i VALUES (1),(2),(3),(4),(5),(6)");
H A Dbug66124.phpt17 $table_insert = "INSERT INTO `bug66124` SET `id`=?";
H A D019.phpt28 …if (!$stmt = mysqli_prepare($link, "INSERT INTO insert_read(col1,col10, col11, col6) VALUES (?,?,?…
H A Dmysqli_real_escape_string_eucjpms.phpt63 var_dump(mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, '��')"));
H A Dmysqli_real_escape_string_euckr.phpt62 var_dump(mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, '��')"));
H A Dmysqli_real_escape_string_gb2312.phpt63 var_dump(mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, '��')"));
H A Dmysqli_real_escape_string_gbk.phpt65 var_dump(mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, '��')"));
H A Dmysqli_poll_mixing_insert_select.phpt2 mysqli_poll() & INSERT SELECT
31 "INSERT INTO test(id, label) VALUES (100, 'z')",
/PHP-5.5/ext/pdo/tests/
H A Dpdo_025.phpt30 $stmt = $db->prepare("INSERT INTO test VALUES(?, ?, ?)");
H A Dpdo_029.phpt66 $stmt = $db->prepare("INSERT INTO test VALUES(?, ?, ?)");
H A Dpdo_030.phpt64 $stmt = $db->prepare("INSERT INTO test VALUES(?, ?, ?)");
H A Dbug_44173.phpt18 $db->exec("INSERT INTO test VALUES (1)");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt92 $insert = sprintf("INSERT INTO test(id, label) VALUES (1, '%s')", $type_desc[0]);
94 $insert = sprintf("INSERT INTO test(id, label) VALUES (1, %s)", $type_desc[0]);
124 if (!mysql_query("INSERT INTO test(id) VALUES (2)"))
H A D003.phpt31 if (!mysql_query(sprintf("INSERT INTO test VALUES('%s')", $str), $link))
/PHP-5.5/ext/pgsql/tests/
H A D26async_query_prepared.phpt71 if (!pg_send_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);"))
H A D08escape.phpt47 $sql = "INSERT INTO ".$table_name." (num, bin) VALUES (-9999, CAST ('".$escaped_data."' AS BYTEA));…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt21 $db->exec("INSERT INTO test(id, label) VALUES (1, 'row1')");

Completed in 44 milliseconds

1...<<1112131415161718