Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/ext/pdo_oci/tests/
H A Dbug41996.phpt14 $stmt = $db->prepare('SELECT rowid FROM dual');
H A Dpdo_oci_attr_case.phpt17 $s = $dbh->prepare("select dummy from dual");
27 $s = $dbh->prepare("select dummy from dual", array(PDO::ATTR_CASE, $mode));
/PHP-7.4/ext/xsl/tests/
H A Dbug48221.phpt9 include('prepare.inc');
H A Dxsltprocessor_registerPHPFunctions-array.phpt11 include __DIR__ .'/prepare.inc';
H A Dxsltprocessor_registerPHPFunctions-string.phpt11 include __DIR__ .'/prepare.inc';
H A Dxsltprocessor_setparameter-nostring.phpt13 include __DIR__ .'/prepare.inc';
H A Dxslt007.phpt8 include("prepare.inc");
H A Dxslt009.phpt11 include("prepare.inc");
H A Dxsltprocessor_registerPHPFunctions-allfuncs.phpt11 include __DIR__ .'/prepare.inc';
H A Dxsltprocessor_setparameter-errorquote.phpt13 include __DIR__ .'/prepare.inc';
/PHP-7.4/ext/mysqli/tests/
H A Dbug66762.phpt16 $read_stmt = $mysqli->prepare("SELECT 1");
H A Dbug66043.phpt20 $stmt->prepare("SELECT User FROM user WHERE password=\"\"");
H A Dbug38710.phpt14 $qry->prepare("SELECT REPEAT('a',100000)");
/PHP-7.4/ext/pdo_dblib/tests/
H A Dpdo_dblib_param_str_natl.phpt12 $stmt = $db->prepare('SELECT :value');
H A Dbug_50755.phpt13 $stmt = $db->prepare("select *
H A Dbug_45876.phpt12 $stmt = $db->prepare("select top 1 ic1.* from information_schema.columns ic1");
/PHP-7.4/ext/pdo/tests/
H A Dpdo_026.phpt48 …$stmt = $this->prepare($sql, array(PDO::ATTR_STATEMENT_CLASS=>array('PDOStatementx', array($this))…
60 $stmt = $db->prepare("INSERT INTO test VALUES(?, ?, ?)");
H A Dpdo_017.phpt42 $delete = $db->prepare('DELETE FROM test');
46 $select = $db->prepare('SELECT COUNT(*) FROM test');
H A Dpdo_025.phpt30 $stmt = $db->prepare("INSERT INTO test VALUES(?, ?, ?)");
39 $stmt = $db->prepare('SELECT * FROM test');
H A Dpdo_029.phpt54 …$stmt = $this->prepare($sql, array(PDO::ATTR_STATEMENT_CLASS=>array('PDOStatementx', array($this))…
66 $stmt = $db->prepare("INSERT INTO test VALUES(?, ?, ?)");
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_columncount.phpt25 $stmt = $db->prepare("SELECT id, label, '?' as foo FROM test");
43 $stmt = $db->prepare("SELECT id, label, '?' as foo, 'TODO - Stored Procedure' as bar FROM test");
H A Dbug_39858.phpt42 $stmt = $db->prepare("CALL p()");
48 $stmt = $db->prepare("CALL p()");
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt14 $S = $dbh->prepare('insert into ta_table (id) values (:id) returning id');
H A Dbug_72583.phpt14 $S = $dbh->prepare('select aint, asmi from atable');
/PHP-7.4/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt12 $x= $db->prepare('select :a, :b, ?');

Completed in 27 milliseconds

12345678910>>...14