Home
last modified time | relevance | path

Searched refs:prepare (Results 151 – 175 of 376) sorted by relevance

12345678910>>...16

/PHP-8.3/ext/xsl/tests/
H A Dxslt005.phpt8 include("prepare.inc");
H A Dxslt004.phpt8 include("prepare.inc");
H A Dxslt002.phpt8 include("prepare.inc");
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt9 include __DIR__ .'/prepare.inc';
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt10 include __DIR__ .'/prepare.inc';
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_73087.phpt14 $S = $dbh->prepare('insert into atable (id, content) values (:id, :content)');
H A Dbug_76450.phpt21 $query = $dbh->prepare($sql);
H A Dbug_76452.phpt19 $query = $dbh->prepare("select * from test");
H A Dbug_76488.phpt25 $sth = $dbh->prepare($sql);
/PHP-8.3/ext/pdo_sqlite/tests/
H A Dgh9032.phpt15 $st = $db->prepare('attach database :a AS "db2"');
/PHP-8.3/ext/sqlite3/tests/
H A Dbug66550.phpt12 $stmt = $db->prepare('SELECT bar FROM foo WHERE id=:id');
H A Dbug45798.phpt15 $stmt = $db->prepare("SELECT * FROM test WHERE id = ? ORDER BY id ASC");
H A Dsqlite3_20_error.phpt23 Warning: SQLite3::query(): Unable to prepare statement: no such table: non_existent_table in %s on …
H A Dbug69972.phpt21 Warning: SQLite3::query(): Unable to prepare statement: no such table: non_existent_table in %sbug6…
H A Dbug79294.phpt11 $stmt = $db->prepare("SELECT * FROM foo");
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt26 $stmt = $db->prepare('SELECT id FROM test ORDER BY id ASC');
49 $stmt = $db->prepare('SELECT id FROM test ORDER BY id ASC');
67 if (!($stmt = @$db->prepare($sql)) || (!@$stmt->execute())) {
78 $stmt = $db->prepare('SELECT id, label FROM test');
137 $stmt = $db->prepare('SELECT @@sql_mode AS _mode');
230 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
251 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
272 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
H A Dbug79872.phpt17 $stmt = $db->prepare('SET @foo = 1; SET @bar = 2;');
H A Dbug_37445.phpt18 $stmt = $db->prepare("SELECT 1");
H A Dbug81037.phpt21 $stmt = $pdo->prepare($sql);
H A Dbug_44707.phpt39 $stmt = $db->prepare('INSERT INTO test(id, mybool) VALUES (?, ?)');
50 $stmt = $db->prepare('INSERT INTO test(id, mybool) VALUES (?, ?)');
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug36727.phpt18 $stmt = $db->prepare('SELECT * FROM child');
/PHP-8.3/ext/mysqli/tests/
H A Dbug33263.phpt23 $stmt = $mysql->prepare("SELECT DATABASE()");
H A D063.phpt24 // an exception should be thrown from prepare (i.e. constructor) not from execute
/PHP-8.3/ext/pdo/tests/
H A Dbug_44861.phpt41 $res = $db->prepare($query, $aParams);
58 $res = $db->prepare("SELECT ? $from", $aParams);
/PHP-8.3/ext/pdo_oci/tests/
H A Dbug44301.phpt19 $stmt = $db->prepare('SELECT * FROM no_table');

Completed in 36 milliseconds

12345678910>>...16