Home
last modified time | relevance | path

Searched refs:prepare (Results 176 – 200 of 376) sorted by relevance

12345678910>>...16

/PHP-8.3/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt11 include __DIR__ .'/prepare.inc';
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt11 include __DIR__ .'/prepare.inc';
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt11 include __DIR__ .'/prepare.inc';
/PHP-8.3/ext/pdo_firebird/tests/
H A Dexecute_block.phpt31 $query = $dbh->prepare($sql);
/PHP-8.3/ext/pdo/tests/
H A Dbug_39398.phpt21 $stmt = $db->prepare('INSERT INTO test VALUES (:boolean)');
H A Dpecl_bug_5809.phpt23 $stmt = $db->prepare('SELECT * FROM test WHERE id = ?');
H A Dbug_35671.phpt21 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3…
H A Dpdo_001.phpt23 $stmt = $db->prepare('SELECT * from test');
/PHP-8.3/ext/pdo_sqlite/tests/
H A Dbug70862.phpt27 $stmt = $db->prepare('INSERT INTO test_70862(field) VALUES (:para)');
H A Dbug_63916-2.phpt15 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
H A Dbug_63916.phpt15 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
H A Dpdo_sqlite_tostring_exception.phpt17 $stmt = $db->prepare('INSERT INTO t VALUES(:i, :v)');
/PHP-8.3/ext/sqlite3/tests/
H A Dbug72668.phpt28 $statement = $db->prepare('SELECT my_udf_md5("test")');
H A Dexception_from_toString.phpt17 $stmt = $db->prepare('INSERT INTO t VALUES(:i, :v)');
H A Dsqlite3_trampoline_setauthorizer.phpt41 Unable to prepare statement: not authorized
H A Dsqlite3stmt_getsql.phpt12 $stmt = $db->prepare('SELECT :a, :b, ?;');
H A Dbug63921-32bit.phpt15 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
H A Dbug63921-64bit.phpt15 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
H A Dsqlite3_blob_bind_resource.phpt12 $insert_stmt = $db->prepare("INSERT INTO test (id, data) VALUES (1, ?)");
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dgh7723.phpt21 $st = $db->prepare('select 1');
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_datatype_change.phpt2 Playing with datatype change between prepare and execute
28 $s1 = $c1->prepare("select a from type_change order by a");
H A Dbug55653.phpt22 if (!($stmt->prepare("SELECT ?")) ||
/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug_41698.phpt23 $stmt = $db->prepare('INSERT INTO test VALUES(?)');
/PHP-8.3/ext/pdo_odbc/tests/
H A Dbug80783.phpt19 $stmt = $db->prepare("SELECT name FROM bug80783");
/PHP-8.3/ext/pdo_oci/tests/
H A Dbug54379.phpt25 $stmt = $db->prepare("SELECT * FROM test");

Completed in 44 milliseconds

12345678910>>...16