Home
last modified time | relevance | path

Searched refs:insert (Results 126 – 150 of 227) sorted by relevance

12345678910

/PHP-5.3/ext/oci8/tests/
H A Ddrcp_functions.inc17 …$insert = "INSERT INTO DRCPTEST VALUES(".$id_values[$i].",'". $name_values[$i]."','".$dept_values[…
18 $s = oci_parse($conn, $insert);
H A Dfetch_into1.phpt17 die("oci_parse(insert) failed!\n");
22 die("oci_execute(insert) failed!\n");
H A Ddefine.phpt15 "insert into define_tab (string) values ('some')",
H A Ddefine_old.phpt15 "insert into define_old_tab (string) values ('some')",
H A Dbug41069.phpt45 "insert into bug41069_tab (c1, c2, c5, c6, c9, c10, c12, c15) values
48 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c13, c15) values
51 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values
H A Dnum.phpt28 $insert_sql = "insert into num_tab (id, value) values (1,1)";
30 die("oci_parse(insert) failed!\n");
40 die("oci_execute(insert) failed!\n");
H A Dbind_long_raw.phpt16 $stmt = oci_parse ($c, "insert into phptestlngraw (id, fileimage) values (:id, :fileimage)");
H A Dbind_raw.phpt16 $stmt = oci_parse ($c, "insert into phptestrawtable (id, fileimage) values (:id, :fileimage)");
H A Dbind_raw_2.phpt16 $stmt = oci_parse ($c, "insert into phptestrawtable (id, fileimage) values (:id, :fileimage)");
H A Dbug35973.phpt19 $s3 = oci_parse($c, "insert into test_nclob (nc) values ('12345data')");
H A Ddefine0.phpt15 "insert into define0_tab (string) values ('some')",
H A Ddefine1.phpt15 "insert into define1_tab (string) values ('some')",
H A Dfield_funcs1.phpt15 "insert into field_funcs1_tab (id, value) values (1,1)",
16 "insert into field_funcs1_tab (id, value) values (1,1)",
17 "insert into field_funcs1_tab (id, value) values (1,1)"
H A Dfetch_all4.phpt15 "insert into fetch_all4_tab values (1, 'abc')"
/PHP-5.3/ext/standard/tests/strings/
H A Dlevenshtein.phpt38 $n += test_me("inexpensive insert", 2, "11", "2121", 1, 1, 1);
39 $n += test_me("expensive insert" , 10, "11", "2121", 5, 1, 1);
/PHP-5.3/ext/pdo_firebird/tests/
H A Dtestdb.inc20 ibase_query($tr,"insert into test1(i, c) values(1, 'test table not created with isql')");
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_007.phpt2 sqlite: Simple insert/select (unbuffered)
H A Dsqlite_003.phpt2 sqlite: Simple insert/select, different result represenatation
H A Dsqlite_oo_003.phpt2 sqlite-oo: Simple insert/select, different result representation
/PHP-5.3/ext/spl/tests/
H A Dspl_heap_count_basic.phpt25 $heap->insert(1);
/PHP-5.3/ext/interbase/tests/
H A D007.phpt31 echo "insert\n";
66 ibase_query("insert into test7
176 insert
/PHP-5.3/ext/pdo/tests/
H A Dpdo_024.phpt19 $stmt = $db->prepare('insert into test (id, name) values(0, :name)');
/PHP-5.3/ext/pdo_mysql/tests/
H A Dlast_insert_id.phpt2 PDO MySQL auto_increment / last insert id
/PHP-5.3/ext/dba/tests/
H A Ddba_db4_013.phpt23 dba_insert("key1", "This is a test insert", $db_file);
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt34 insert into pdo_oci_stream_1_tab (id,data) values (1, 'abcdefghijklmnopqrstuvwxyz');
35 insert into pdo_oci_stream_1_tab (id,data) values (2, lob1);

Completed in 26 milliseconds

12345678910