Home
last modified time | relevance | path

Searched refs:INSERT (Results 301 – 325 of 433) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/pdo_oci/tests/
H A Dbug46274_2.phpt27 $stmt = $db->prepare("INSERT INTO test_one_blob (id, blob1) VALUES (:id, EMPTY_BLOB()) RETURNING bl…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug46292.phpt43 …$pdoDb->query("INSERT INTO testz VALUES ('myclass', 1), ('myclass2', 2), ('myclass', NULL), ('mycl…
H A Dpdo_mysql_attr_max_buffer_size.phpt36 $db->exec('INSERT INTO test(id, val) VALUES (1, REPEAT("01234567890", 10240))');
/PHP-5.5/ext/oci8/tests/
H A Darray_bind_001.phpt32 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_002.phpt32 INSERT INTO bind_test VALUES (c1(i));
H A Dlob_021.phpt14 $ora_sql = "INSERT INTO
H A Dlob_041.phpt18 "INSERT INTO lob_041_tab VALUES('test data')"
H A Darray_bind_003.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_004.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_007.phpt32 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_008.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_011.phpt32 INSERT INTO bind_test VALUES (c1(i));
H A Dfield_funcs.phpt14 $insert_sql = "INSERT INTO ".$schema."".$table_name." (id, value) VALUES (1,1)";
H A Dfield_funcs0.phpt14 $insert_sql = "INSERT INTO ".$schema."".$table_name." (id, value) VALUES (1,1)";
H A Dfield_funcs_old.phpt14 $insert_sql = "INSERT INTO ".$schema."".$table_name." (id, value) VALUES (1,1)";
H A Dlob_023.phpt14 $ora_sql = "INSERT INTO
H A Dlob_025.phpt14 $ora_sql = "INSERT INTO
H A Dlob_031.phpt14 $ora_sql = "INSERT INTO
H A Dbug43492.phpt16 "INSERT INTO bug43492_tab VALUES ('A')",
17 "INSERT INTO bug43492_tab VALUES ('B')",
18 "INSERT INTO bug43492_tab VALUES ('C')",
19 "INSERT INTO bug43492_tab VALUES ('D')",
20 "INSERT INTO bug43492_tab VALUES ('E')",
21 "INSERT INTO bug43492_tab VALUES ('F')",
22 "INSERT INTO bug43492_tab VALUES ('G')",
23 "INSERT INTO bug43492_tab VALUES ('H')",
24 "INSERT INTO bug43492_tab VALUES ('I')",
25 "INSERT INTO bug43492_tab VALUES ('J')"
/PHP-5.5/ext/pdo/tests/
H A Dbug_43130.phpt27 $db->exec("INSERT INTO test (a,b,c) VALUES('test".$i."','".$i."','".$i."')");
H A Dpdo_026.phpt60 $stmt = $db->prepare("INSERT INTO test VALUES(?, ?, ?)");
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt24 $stmt = $db->prepare("INSERT INTO test_one_blob (blob1) VALUES (:foo)");
/PHP-5.5/ext/mysqli/tests/
H A D013.phpt26 if (!mysqli_query($link, "INSERT INTO test_bind_result VALUES(120,2999,3999,54,
H A Dmysqli_change_user_insert_id.phpt27 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, 'z')"))
H A Dmysqli_stmt_bind_param.phpt12 The way we test the INSERT and data types overlaps with
37 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (?, ?)"))
118 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUE (?, ?)")) {
311 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (?, ?)"))
330 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (?, ?)"))
356 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (?, ?)"))

Completed in 38 milliseconds

1...<<1112131415161718