Home
last modified time | relevance | path

Searched refs:INSERT (Results 101 – 125 of 433) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/oci8/tests/
H A Dbug38173.phpt29 $insert = "INSERT INTO t1 VALUES(".$i.")";
35 $insert = "INSERT INTO t2 VALUES(".$i.")";
H A Dpecl_bug8816.phpt33 $insert = "INSERT INTO t1 VALUES($i, ".$val.")";
39 $insert = "INSERT INTO t2 VALUES($i, ".$val.")";
H A Dbind_sqltafc.phpt36 $s = oci_parse($c, "INSERT INTO bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VAL…
51 $s = oci_parse($c, "INSERT INTO bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VAL…
66 $s = oci_parse($c, "INSERT INTO bind_sqltafc_tab (id, char_t, char_t10, varchar2_t10, number_t) VAL…
H A Dcommit_old.phpt14 $insert_sql = "INSERT INTO ".$schema.$table_name." (id, value) VALUES (1,1)";
45 $insert_sql = "INSERT INTO ".$schema.$table_name." (id, value) VALUES (1,1)";
H A Dlob_011.phpt14 $ora_sql = "INSERT INTO
29 $ora_sql = "INSERT INTO
/PHP-5.5/ext/pdo/tests/
H A Dpdo_013.phpt18 $db->exec('INSERT INTO test VALUES(1, \'A\', \'Group1\')');
19 $db->exec('INSERT INTO test VALUES(2, \'B\', \'Group2\')');
H A Dpdo_015.phpt18 $db->exec('INSERT INTO test VALUES(1, \'A\', \'A2\')');
19 $db->exec('INSERT INTO test VALUES(2, \'A\', \'B2\')');
H A Dbug_38253.phpt18 $pdo->exec ("INSERT INTO test (id, n) VALUES (1, 'hi')");
34 $pdo->exec ("INSERT INTO test2 (id, n) VALUES (1,'hi')");
H A Dpdo_012.phpt18 $db->exec('INSERT INTO test VALUES(1, \'A\', \'Group1\')');
19 $db->exec('INSERT INTO test VALUES(2, \'B\', \'Group2\')');
H A Dpdo_023.phpt64 $db->query('INSERT INTO test VALUES(0, \'A\')');
65 $db->query('INSERT INTO test VALUES(1, \'B\')');
H A Dpdo_011.phpt18 $db->exec('INSERT INTO test VALUES(1, \'A\', \'Group1\')');
19 $db->exec('INSERT INTO test VALUES(2, \'B\', \'Group1\')');
20 $db->exec('INSERT INTO test VALUES(3, \'C\', \'Group2\')');
21 $db->exec('INSERT INTO test VALUES(4, \'D\', \'Group2\')');
H A Dpdo_018.phpt71 $db->exec('INSERT INTO classtypes VALUES(0, \'stdClass\')');
72 $db->exec('INSERT INTO classtypes VALUES(1, \'TestBase\')');
73 $db->exec('INSERT INTO classtypes VALUES(2, \'TestDerived\')');
107 echo "===INSERT===\n";
108 $stmt = $db->prepare('INSERT INTO test VALUES(:id, :classtype, :val)');
185 ===INSERT===
H A Dpdo_035.phpt11 $db->exec('INSERT INTO test VALUES (23)');
/PHP-5.5/ext/mysqli/tests/
H A Dbug35103.phpt20 …$mysql->query("INSERT INTO test_bint VALUES (9223372036854775807),(-9223372036854775808),(-2147483…
24 …$mysql->query("INSERT INTO test_buint VALUES (18446744073709551615),(9223372036854775807),(9223372…
H A D025.phpt27 $stmt = mysqli_prepare ($link, "INSERT INTO test_bind_fetch VALUES(?,?,?,?,?,?,?)");
41 mysqli_query($link, "INSERT INTO test_bind_fetch VALUES (-23,300,0,-100,-127,+30,0)");
H A Dmysqli_real_escape_string_nobackslash.phpt36 if (!mysqli_query($link, sprintf('INSERT INTO test(id, label) VALUES (100, "%s")',
38 printf("[009] Cannot INSERT, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.5/ext/odbc/tests/
H A Dbug60616.phpt28 odbc_exec($conn, "INSERT INTO FOO(ID, CHAR_COL, VARCHAR_COL, TEXT_COL) VALUES (1, '$euc_jp', '$euc_…
29 odbc_exec($conn, "INSERT INTO FOO(ID, CHAR_COL, VARCHAR_COL, TEXT_COL) VALUES (2, '$ascii', '$ascii…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dtable.inc8 $db->exec('INSERT INTO test(id, label) VALUES (1, "a"), (2, "b"), (3, "c"), (4, "d"), (5, "e"), (6,…
H A Dbug_41125.phpt29 …ql = "CREATE TABLE IF NOT EXISTS test(id INT); INSERT INTO test(id) VALUES (1); SELECT * FROM test…
H A Dpdo_mysql_bit.phpt26 $stmt = $db->prepare('INSERT INTO test(id, label) VALUES (?, ?)');
30 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
/PHP-5.5/ext/interbase/tests/
H A Dibase_trans_002.phpt13 $sth = ibase_prepare($trans, 'INSERT INTO test1 VALUES (?, ?)');
/PHP-5.5/ext/pgsql/tests/
H A D01createdb.phpt16 pg_query($db,"INSERT INTO ".$table_name." VALUES ($i, 'ABC');");
H A D12pg_insert.phpt23 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'BBB');
H A D12pg_insert_9.phpt25 INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'\\x424242');
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dis_in_transaction.phpt24 $stmt = $db->prepare("INSERT INTO test (a, b) values (?, ?)");
37 $stmt = $db->prepare("INSERT INTO test (a, b) values (?, ?)");

Completed in 24 milliseconds

12345678910>>...18