Home
last modified time | relevance | path

Searched refs:prepare (Results 76 – 100 of 269) sorted by relevance

1234567891011

/PHP-5.5/ext/pdo/tests/
H A Dpdo_017.phpt42 $delete = $db->prepare('DELETE FROM test');
46 $select = $db->prepare('SELECT COUNT(*) FROM test');
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_035.phpt13 $stmt = $db->prepare('SELECT id 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-5.5/ext/pdo_oci/tests/
H A Dbug41996.phpt15 $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-5.5/ext/xsl/tests/
H A Dbug48221.phpt9 include('prepare.inc');
H A Dxslt001.phpt8 include("prepare.inc");
H A Dxslt003.phpt8 include("prepare.inc");
H A Dxslt006.phpt8 include("prepare.inc");
H A Dxsltprocessor_setparameter-nostring.phpt13 include dirname(__FILE__) .'/prepare.inc';
H A Dxsltprocessor_registerPHPFunctions-array.phpt11 include dirname(__FILE__) .'/prepare.inc';
H A Dxsltprocessor_registerPHPFunctions-string.phpt11 include dirname(__FILE__) .'/prepare.inc';
H A Dxslt007.phpt8 include("prepare.inc");
H A Dxslt009.phpt11 include("prepare.inc");
H A Dxsltprocessor_registerPHPFunctions-allfuncs.phpt11 include dirname(__FILE__) .'/prepare.inc';
H A Dxsltprocessor_setparameter-errorquote.phpt13 include dirname(__FILE__) .'/prepare.inc';
/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_45876.phpt12 $stmt = $db->prepare("select ic1.* from information_schema.columns ic1");
H A Dbug_50755.phpt13 $stmt = $db->prepare("select *
/PHP-5.5/ext/mysqli/tests/
H A Dbug38710.phpt14 $qry->prepare("SELECT REPEAT('a',100000)");
/PHP-5.5/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt12 $x= $db->prepare('select :a, :b, ?');
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_39858.phpt42 $stmt = $db->prepare("CALL p()");
48 $stmt = $db->prepare("CALL p()");
H A Dbug_37445.phpt16 $stmt = $db->prepare("SELECT 1");
/PHP-5.5/ext/sqlite3/tests/
H A Dbug66550.phpt14 $stmt = $db->prepare('SELECT bar FROM foo WHERE id=:id');

Completed in 29 milliseconds

1234567891011