Home
last modified time | relevance | path

Searched refs:INSERT (Results 276 – 300 of 433) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/oci8/tests/
H A Dlob_006.phpt14 $ora_sql = "INSERT INTO
H A Dlob_044.phpt27 $s = oci_parse($c, "INSERT INTO lob_044_tab (blob) VALUES (empty_blob()) RETURNING blob INTO :v_blo…
H A Dpecl_bug10194_blob.phpt23 $ora_sql = "INSERT INTO ".$schema.$table_name." (blob) VALUES (empty_blob())";
H A Dpecl_bug10194_blob_64.phpt23 $ora_sql = "INSERT INTO ".$schema.$table_name." (blob)
H A Darray_bind_006.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_014.phpt50 $statement = oci_parse($c, "INSERT INTO bind_test VALUES (".$i.")");
H A Darray_bind_str.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_str1.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Dfetch_into2.phpt14 $insert_sql = "INSERT INTO ".$schema."".$table_name." (id, value, string) VALUES (1, 1, NULL)";
H A Dlob_004.phpt14 $ora_sql = "INSERT INTO
H A Dlob_024.phpt14 $ora_sql = "INSERT INTO
/PHP-5.5/ext/mysql/tests/
H A Dbug47438.phpt19 mysql_query("INSERT INTO test_47438 VALUES (10, 11, 12), (20, 21, 22)", $link);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_geom.phpt34 $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, %s)", $id, $bind_value);
77 if (!mysqli_stmt_prepare($stmt2, "INSERT INTO test(id, label) VALUES (?, ?)")) {
H A Dbug52891.phpt30 if (!$stmt1 = $link->prepare("INSERT INTO tuint VALUES(?)"))
33 if (!$stmt2 = $link->prepare("INSERT INTO tsint VALUES(?)"))
H A Dmysqli_begin_transaction.phpt58 if (!mysqli_query($link, 'INSERT INTO test(id) VALUES (1)'))
92 if (mysqli_query($link, "INSERT INTO test(id) VALUES (2)")) {
H A Dmysqli_stmt_fetch_geom.phpt31 $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, %s)", $id, $bind_value);
86 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (?, ?)")) {
H A D006.phpt31 if (!mysqli_query($link, "INSERT INTO test_bind_fetch VALUES (-23,35999,NULL,-500,-9999999,-0,0)"))
H A D007.phpt31 …if (!mysqli_query($link, "INSERT INTO test_bind_fetch VALUES (-23,35999,NULL,-500,-9999999,+30,0)"…
H A D008.phpt31 if (!mysqli_query($link, "INSERT INTO test_bind_fetch VALUES (-23,300,0,-100,-127,+30,0)"))
H A D010.phpt34 …mysqli_query($link, "INSERT INTO test_bind_fetch (c1,c2,c3,c4,c5,c6,c7) VALUES (3.1415926535,-0.00…
H A D011.phpt28 $rc = mysqli_query($link,"INSERT INTO test_bind_result VALUES(19,2999,3999,4999999,
H A D020.phpt39 $stmt = mysqli_prepare($link, "INSERT INTO test_bind_result VALUES (?,?,?,?,?,?,?)");
H A D048.phpt26 …$mysql->query("INSERT INTO test_fetch_null(col1,col10, col11) VALUES(1,'foo1', 1000),(2,'foo2', 88…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt23 $stmt = $db->prepare('INSERT INTO test(id, label) VALUES (?, ?)');
28 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt55 $insert_stmt = $db->prepare("INSERT INTO test (id, data) VALUES (?, ?)");

Completed in 28 milliseconds

1...<<1112131415161718