Home
last modified time | relevance | path

Searched refs:insert (Results 101 – 125 of 252) sorted by relevance

1234567891011

/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt15 echo "PREPARING insert\n";
44 PREPARING insert
/PHP-7.4/ext/oci8/tests/
H A Dbind_query.phpt15 "insert into bind_query_tab values (7934, 'MILLER', 1300)",
16 "insert into bind_query_tab values (7902, 'FORD', 3000)"
H A Dcursors.phpt17 die("oci_parse(insert) failed!\n");
22 die("oci_execute(insert) failed!\n");
H A Dconnect_scope2.phpt36 $s = oci_parse($c, "insert into connect_scope2_tab values (1)");
50 // insert 2nd row on returned statement, committing both rows
H A Dconnect_scope1.phpt36 $s = oci_parse($c, "insert into connect_scope1_tab values (1)");
50 // insert 2nd row on returned statement, committing both rows
H A Dbind_long.phpt21 $stmt = oci_parse ($c, "insert into phptestlng (id, filetxt) values (:id, :filetxt)");
40 $stmt = oci_parse ($c, "insert into phptestlng (id, filetxt) values (:id, :filetxt)");
H A Dbind_rowid.phpt23 "insert into rid_tab (id, address) values (1, 'original text #1')",
24 "insert into rid_tab (id, address) values (2, 'original text #2')"
H A Ddupcolnames.phpt19 "insert into dupcolnames_tab1 (c1, dupnamecol) values (1, 'chris')",
20 "insert into dupcolnames_tab2 (c2, dupnamecol) values (2, 'jones')",
H A Derror_bind_2.phpt33 $stmt = oci_parse($c, "insert into error_bind_2_tab values (:name)");
41 $stmt = oci_parse($c, "insert into error_bind_2_tab values (:name)");
H A Dlob_044.phpt25 echo "Test 1 - truncate on insert\n";
63 Test 1 - truncate on insert
H A Dcommit_002.phpt27 $s = oci_parse($c, "insert into commit_002_tab values (-1, 1)");
41 $s = oci_parse($c, "insert into commit_002_tab values (1, -1)");
H A Ddefine5.phpt15 "insert into define5_tab (id, string) values (1, 'some')",
16 "insert into define5_tab (id, string) values (2, 'thing')",
H A Dfetch_into2.phpt17 die("oci_parse(insert) failed!\n");
22 die("oci_execute(insert) failed!\n");
H A Dfield_funcs.phpt17 die("oci_parse(insert) failed!\n");
22 die("oci_execute(insert) failed!\n");
H A Dfield_funcs_old.phpt17 die("ociparse(insert) failed!\n");
22 die("ociexecute(insert) failed!\n");
/PHP-7.4/ext/standard/tests/general_functions/
H A D003.phpt34 $n += test_me("inexpensive insert", 2, "11", "2121", 1, 1, 1);
35 $n += test_me("expensive insert" , 10, "11", "2121", 5, 1, 1);
/PHP-7.4/ext/spl/tests/
H A Dheap_012.phpt6 $a->insert($a);
H A Dheap_005.phpt11 $h->insert($i);
H A Dheap_006.phpt11 $h->insert($i);
H A Dheap_003.phpt23 $h->insert($i);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt17 $insert = "INSERT INTO test";
35 $insert .= "(" . substr($columns, 0, -2) . ") VALUES ";
36 $insert .= substr(str_repeat("(" . $values . "), ", $rows), 0, -2);
48 if (!$stmt = $link->prepare($insert)) {
/PHP-7.4/Zend/tests/
H A Dforeach_by_ref_repacking_insert.phpt2 Perform a packed to hash insert when the iterator is at the end of the array
/PHP-7.4/ext/pcre/tests/
H A Dbug41050.phpt7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_sel_up_del.phpt16 "insert into #php_pdo values(1), (2), (3);" .
28 // check results from the first insert
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_72931.phpt13 $S = $dbh->prepare('insert into tablea (id) values (1) returning id');

Completed in 31 milliseconds

1234567891011