Home
last modified time | relevance | path

Searched refs:PDOStatement (Results 26 – 50 of 105) sorted by relevance

12345

/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_lastinsertid.phpt17 object(PDOStatement)#2 (1) {
H A Ddebugdumpparams_001.phpt2 Testing PDOStatement::debugDumpParams() with bound params
H A Dpdo_fetch_func_001.phpt112 object(PDOStatement)#%d (1) {
118 object(PDOStatement)#%d (1) {
132 PDOStatement::fetchAll(): Argument #2 must be a callable, null given
H A Dbug48773.phpt8 class bar extends PDOStatement {
H A Dbug66033.phpt7 class DBStatement extends PDOStatement {
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorcode.phpt2 MySQL PDOStatement->errorCode();
53 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo…
H A Dbug_37445.phpt20 Fatal error: Uncaught Error: PDOStatement::bindParam(): Argument #2 ($var) could not be passed by r…
H A Dpdo_mysql_stmt_fetch_serialize_fetch_class.phpt2 MySQL PDOStatement->fetch(), PDO::FETCH_SERIALIZE|PDO::FETCH_CLASS
121 Deprecated: PDOStatement::setFetchMode(): The PDO::FETCH_SERIALIZE mode is deprecated in %s on line…
123 Deprecated: PDOStatement::fetch(): The PDO::FETCH_SERIALIZE mode is deprecated in %s on line %d
H A Dpdo_mysql_subclass.phpt2 MySQL PDOStatement->execute()/fetch(), Non-SELECT
28 public function query(...$args): PDOStatement|false {
H A Dpdo_mysql_errorcode.phpt28 If you create a PDOStatement object through PDO->prepare()
31 PDOStatement->errorCode() to return the error code for an
H A Dpdo_mysql_closecursor_error.phpt31 Warning: PDOStatement::closeCursor(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s…
H A Dbug67004.phpt2 Bug #67004: Executing PDOStatement::fetch() more than once prevents releasing resultset
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt64 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
74 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
H A Dbug_42499.phpt58 …te queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). A…
68 …te queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). A…
H A Dpdo_mysql_exec_select.phpt60 …te queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). A…
61 …te queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). A…
H A Dpdo_mysql_stmt_closecursor.phpt2 MySQL PDOStatement->closeCursor()
159 …te queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). A…
164 …te queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). A…
170 …te queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). A…
175 …te queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). A…
/php-src/ext/pdo/tests/
H A Dpdo_023.phpt18 class PDOStatementX extends PDOStatement
53 function query($sql, ...$rest): PDOStatement|false
H A Dpdo_uninitialized.phpt11 class MyPDOStatement extends PDOStatement {
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
/php-src/ext/pdo_pgsql/tests/
H A Dbug71573.phpt23 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
H A Dbug36727.phpt30 Warning: PDOStatement::bindValue(): SQLSTATE[HY093]: Invalid parameter number: :test in %s on line …
/php-src/ext/pdo_dblib/tests/
H A Dbug_67130.phpt2 PDO_DBLIB: \PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been …
/php-src/ext/pdo_firebird/tests/
H A Dbug_80521.phpt19 object(PDOStatement)#%d (1) {
/php-src/ext/pdo/
H A Dpdo_dbh.stub.php204 public function prepare(string $query, array $options = []): PDOStatement|false {}
207 …nction query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false {}
H A Dpdo_stmt.c386 PHP_METHOD(PDOStatement, execute) in PHP_METHOD() argument
1147 PHP_METHOD(PDOStatement, fetch) in PHP_METHOD() argument
1175 PHP_METHOD(PDOStatement, fetchObject) in PHP_METHOD() argument
1243 PHP_METHOD(PDOStatement, fetchAll) in PHP_METHOD() argument
1454 PHP_METHOD(PDOStatement, bindValue) in PHP_METHOD() argument
1498 PHP_METHOD(PDOStatement, bindParam) in PHP_METHOD() argument
1505 PHP_METHOD(PDOStatement, bindColumn) in PHP_METHOD() argument
1512 PHP_METHOD(PDOStatement, rowCount) in PHP_METHOD() argument
1522 PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
1536 PHP_METHOD(PDOStatement, errorInfo) in PHP_METHOD() argument
[all …]

Completed in 40 milliseconds

12345