Home
last modified time | relevance | path

Searched refs:prepare (Results 201 – 225 of 376) sorted by relevance

12345678910>>...16

/PHP-8.3/ext/pdo/tests/
H A Dpdo_002.phpt23 $stmt = $db->prepare('SELECT * from test');
H A Dpdo_008.phpt23 $stmt = $db->prepare('SELECT val, id from test');
H A Dpdo_011.phpt37 $select1 = $db->prepare('SELECT grp, id FROM test');
38 $select2 = $db->prepare('SELECT id, val FROM test');
39 $derived = $db->prepare('SELECT id, val FROM test', array(PDO::ATTR_STATEMENT_CLASS=>array('Derived…
H A Dpdo_004.phpt23 $stmt = $db->prepare('SELECT * from test');
H A Dpdo_038.phpt34 $stmt = $conn->prepare($query);
H A Dpdo_003.phpt23 $stmt = $db->prepare('SELECT * from test');
H A Dpdo_033.phpt30 $stmt = $db->prepare('SELECT * from test');
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt14 $stmt = $db->prepare('INSERT INTO t VALUES (?)');
H A Dsqlite3_defensive.phpt38 Warning: SQLite3::querySingle(): Unable to prepare statement: table sqlite_master may not be modifi…
H A Dbug70628.phpt11 $sth = $db->prepare("INSERT INTO Dogs (Breed, Name, Age) VALUES (:breed,:name,:age)");
/PHP-8.3/ext/mysqli/tests/
H A Dbug69899.phpt23 $stmt = $mysqli->prepare('SELECT 1');
H A Dbug80837.phpt21 $statement = $mysqli->prepare("SELECT b FROM test");
H A Dbug77935.phpt27 $stmt = $db->prepare("CALL testSp()");
H A Dbug45289.phpt21 if (!($stmt = $link->prepare('SELECT id, label FROM test WHERE id=? LIMIT 1')))
H A Dbug66043.phpt32 if (!$stmt->prepare("SELECT str FROM test")) {
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt13 $stmt = $db->prepare($query);
31 $stmt = $db->prepare($query);
H A Dpdo_mysql_param_str_natl.phpt22 $stmt = $db->prepare('INSERT INTO test VALUES(?)');
H A Dpdo_mysql_stmt_bindparam.phpt20 $stmt = $db->prepare('SELECT id, label FROM test WHERE id > ? ORDER BY id ASC LIMIT 2');
53 $stmt = $db->prepare('INSERT INTO test(id, label) VALUES (100, ?)');
64 $stmt = $db->prepare('SELECT id, NULL AS _label FROM test WHERE label IS NULL');
H A Dpdo_mysql_stmt_fetch_serialize.phpt90 $stmt = $db->prepare('INSERT INTO test(id, myobj) VALUES (?, ?)');
99 $stmt = $db->prepare('SELECT myobj FROM test');
105 $stmt = $db->prepare('SELECT myobj FROM test');
H A Dbug70862.phpt32 $stmt = $db->prepare('INSERT INTO test(id, label) VALUES (1, :para)');
H A Dbug79375.phpt47 $stmt = $db->prepare($query);
62 $stmt = $db->prepare($query);
/PHP-8.3/ext/pdo_odbc/tests/
H A Dbug80783a.phpt24 $stmt = $db->prepare("SELECT name FROM bug80783a");
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug69344.phpt26 $stmt = $pdo->prepare("SELECT (?)::text AS a, (?)::text AS b");
H A Dbug72633.phpt23 $stmt = $db->prepare("INSERT INTO test_last_id_72633 (field1) VALUES ('test')");
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt42 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 1");
60 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 2");

Completed in 32 milliseconds

12345678910>>...16