Home
last modified time | relevance | path

Searched refs:prepare (Results 101 – 125 of 269) sorted by relevance

1234567891011

/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug35336.phpt17 $b = $a->prepare("insert into test (b) values (?)");
H A Dbug_63916.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
H A Dbug_63916-2.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_39483.phpt16 $stmt = $db->prepare('SELECT UPPER(\'\0:D\0\'),?');
H A Dbug_51670.phpt14 $query = $db->prepare('SELECT 1 AS num');
H A Dbug_44707.phpt38 $stmt = $db->prepare('INSERT INTO test(id, mybool) VALUES (?, ?)');
51 $stmt = $db->prepare('INSERT INTO test(id, mybool) VALUES (?, ?)');
H A Dpdo_mysql_stmt_getcolumnmeta.phpt25 $stmt = $db->prepare('SELECT id FROM test ORDER BY id ASC');
56 $stmt = $db->prepare('SELECT id FROM test ORDER BY id ASC');
74 if (!($stmt = @$db->prepare($sql)) || (!@$stmt->execute())) {
85 $stmt = $db->prepare('SELECT id, label FROM test');
144 $stmt = $db->prepare('SELECT @@sql_mode AS _mode');
238 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
259 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
280 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt11 include dirname(__FILE__) .'/prepare.inc';
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt11 include dirname(__FILE__) .'/prepare.inc';
H A Dxsltprocessor_removeParameter-wrongparams.phpt11 include dirname(__FILE__) .'/prepare.inc';
H A Dxslt004.phpt8 include("prepare.inc");
H A Dxslt005.phpt8 include("prepare.inc");
H A Dxslt008.phpt11 include("prepare.inc");
H A Dxslt002.phpt8 include("prepare.inc");
H A Dxsltprocessor_getParameter-wrongparam.phpt11 include dirname(__FILE__) .'/prepare.inc';
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt13 include dirname(__FILE__) .'/prepare.inc';
/PHP-5.5/ext/pdo/tests/
H A Dbug_44861.phpt40 $res = $db->prepare($query, $aParams);
57 $res = $db->prepare("SELECT ? $from", $aParams);
/PHP-5.5/ext/sqlite3/tests/
H A Dbug45798.phpt15 $stmt = $db->prepare("SELECT * FROM test WHERE id = ? ORDER BY id ASC");
H A Dsqlite3_33_reset.phpt16 $stmt = $db->prepare('SELECT bar FROM foo WHERE id=:id');
H A Dsqlite3_20_error.phpt23 Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: non_existent_table in %s …
H A Dbug63921-32bit.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
H A Dbug63921-64bit.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
/PHP-5.5/ext/mysqli/tests/
H A Dbug33263.phpt23 $stmt = $mysql->prepare("SELECT DATABASE()");
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");
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug36727.phpt16 $stmt = $db->prepare('SELECT * FROM child');

Completed in 35 milliseconds

1234567891011