Home
last modified time | relevance | path

Searched refs:insert (Results 176 – 200 of 252) sorted by relevance

1234567891011

/PHP-7.4/ext/oci8/tests/
H A Dfetch_array.phpt17 die("oci_parse(insert) failed!\n");
22 die("oci_execute(insert) failed!\n");
H A Drefcur_prefetch_3.phpt39 die("oci_parse(insert) failed!\n");
46 die("oci_execute(insert) failed!\n");
H A Ddefine4.phpt15 "insert into define4_tab (value, string) values (1234, 'some')",
H A Dimp_res_insert.phpt33 execute immediate 'insert into imp_res_insert_tab values ('||p1||')';
41 execute immediate 'insert into imp_res_insert_tab values ('||p1||')';
H A Dbug37220.phpt17 "insert into bug37220_tab values(xmltype('<THETAG myID=\"1234\"></THETAG>'))"
H A Dedition_1.phpt63 "insert into edit_tab values('mike',30,'Senior engineer',200)",
64 "insert into edit_tab values('juan',25,'engineer',100)",
H A Dlob_043.phpt21 insert into lob_043_tab (id, c1) values (i, i || ' abcdefghijklmnopq');
H A Dlob_002.phpt22 $statement = oci_parse($c, "insert into lob_002_tab (id, b1) values (1, empty_blob()) returning b1 …
H A Dfield_funcs3.phpt14 "insert into field_funcs3_tab values ('c1', 'c2', 3, '01-Jan-2010')"
H A Dbind_char_1.phpt25 "insert into bind_char_tab values (1, 'abc', NULL)",
26 "insert into bind_char_tab values (2, NULL, 'abc')",
27 "insert into bind_char_tab values (3, NULL, 'abc ')"
H A Dbind_char_1_11gR1.phpt27 "insert into bind_char_tab values (1, 'abc', NULL)",
28 "insert into bind_char_tab values (2, NULL, 'abc')",
29 "insert into bind_char_tab values (3, NULL, 'abc ')"
H A Drefcur_prefetch_4.phpt53 die("oci_parse(insert) failed!\n");
61 die("oci_execute(insert) failed!\n");
H A Derror_bind.phpt22 $stmt = oci_parse($c, "insert into bind_test values (:name)");
/PHP-7.4/ext/pdo/tests/
H A Dpdo_024.phpt29 $stmt = $db->prepare('insert into test (id, name) values(0, :name)');
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt26 insert into pdo_oci_fread_tab (id,data) values (1, lob1);
H A Dpdo_oci_attr_autocommit_3.phpt30 $dbh->exec("insert into pdo_ac_tab (col1) values ('some data')");
H A Dpecl_bug_6364.phpt19 … IN varchar2, p3 IN varchar2, p4 OUT varchar2, p5 OUT varchar2) as begin insert into bug_6364_t (c…
H A Dpdo_oci_attr_autocommit_1.phpt41 $dbh->exec("insert into pdo_ac_tab (col1) values ('some data')");
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug69752.phpt28 $stmt = $pdo->prepare("insert into foo (field1, field2, field3, field4) values (:field1, :field2, :…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt16 $stmt = $db->prepare('insert into test (bar) values(:bar)') or var_dump($db->errorInfo());
H A Dbug53551.phpt23 $db->exec("insert into bug53551 set `count` = 1 ");
/PHP-7.4/ext/mysqli/tests/
H A D036.phpt27 /* we have to insert more values, cause lexer sets auto_increment to max_int
H A Dmysqli_insert_id.phpt77 between the second last insert and the lock, therefore don't stop just bail
87 Note: For a multiple-row insert, LAST_INSERT_ID() and mysql_insert_id() actually
/PHP-7.4/ext/pgsql/tests/
H A Dbug71998.phpt2 Bug #71998 Function pg_insert does not insert when column type = inet
/PHP-7.4/ext/standard/tests/file/
H A Dreadfile_variation2.phpt29 // create temp file and insert data into it

Completed in 27 milliseconds

1234567891011