Home
last modified time | relevance | path

Searched refs:INSERT (Results 226 – 250 of 433) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/mysqli/tests/
H A Dbug49027.phpt31 if (!mysqli_options($link, MYSQLI_INIT_COMMAND, "INSERT INTO test(id) VALUES(1)")) {
H A Dmysqli_warning_unclonable.phpt26 if (!mysqli_query($link, "INSERT INTO test (id) VALUES (1000000)"))
H A D021.phpt20 $stmt = mysqli_prepare($link, "INSERT INTO test_bind_fetch VALUES (?,?)");
H A Dmysqli_field_count.phpt34 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, 'x')"))
H A Dmysqli_fetch_field_types.phpt28 $sql = sprintf("INSERT INTO test(id) VALUES ('%s')", $php_value);
30 $sql = sprintf("INSERT INTO test(id) VALUES (%s)", $php_value);
H A Dmysqli_stmt_get_warnings.phpt20 if (!@mysqli_query("INSERT INTO test(id) VALUES (100001)"))
58 …if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100000, 'a'), (100001, 'b')")…
H A Dbug35517.phpt15 $mysql->query("INSERT INTO temp (id) VALUES (3000000897),(3800001532),(3900002281),(3100059612)");
H A D005.phpt23 mysqli_query($link, "INSERT INTO test_bind_fetch VALUES ('1234567890', '$a')");
H A Dbug32405.phpt19 …$link->query('INSERT INTO test_users VALUES (NULL, "user1"), (NULL, "user2"), (NULL, "user3"), (NU…
/PHP-5.5/ext/pgsql/tests/
H A D03sync_query.phpt64 $result = pg_query($db, "INSERT INTO ".$table_name." VALUES (9999, 'ABC');");
H A D25async_query_params.phpt57 …if (!pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'BC…
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_53280.phpt15 $dbh->exec("INSERT INTO testz VALUES ('A', 'B', 'C')");
H A Dexecute.phpt21 $db->exec("INSERT INTO ddl (id,text) VALUES (1,'bla')");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_pecl_12925.phpt20 $db->exec("INSERT INTO test(id) VALUES ('a')");
H A Dbug_33689.phpt17 $db->exec('INSERT INTO test VALUES(1)');
H A Dpdo_mysql_prepare_native_mixed_style.phpt21 $stmt = $db->prepare('INSERT INTO test(id, label) VALUES (1, ?), (2, ?)');
H A Dbug44327.phpt27 $db->exec("INSERT INTO test(id) VALUES (1)");
/PHP-5.5/ext/oci8/tests/
H A Dlob_009.phpt14 $ora_sql = "INSERT INTO
H A Dlob_016.phpt21 $init = "INSERT INTO lob_test VALUES(EMPTY_BLOB(), EMPTY_BLOB())";
H A Dpecl_bug10194.phpt20 $ora_sql = "INSERT INTO
H A Dcursors.phpt14 $insert_sql = "INSERT INTO ".$schema.$table_name." (id, value) VALUES (1,1)";
H A Dlob_007.phpt14 $ora_sql = "INSERT INTO
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt18 $db->exec("INSERT INTO test VALUES('false','f')");
19 $db->exec("INSERT INTO test VALUES('true', 't')");
H A Dbug66584.phpt21 $pdo->query("INSERT INTO b66584 VALUES (165)");
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug46274.phpt27 $stmt = $db->prepare("INSERT INTO test_one_blob (id, blob1) VALUES (:id, EMPTY_BLOB()) RETURNING bl…

Completed in 29 milliseconds

12345678910>>...18