Home
last modified time | relevance | path

Searched refs:fetchMode (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/pdo/
H A Dpdo_dbh.stub.php40 public function query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs) {} argument
H A Dpdo_dbh_arginfo.h43 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 1, "null")
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php29 …public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_USE_DEFAULT, int $timeoutMilliseconds =… argument
H A Dpgsql_driver_arginfo.h42 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 0, "PDO::FETCH_USE_DEFAULT")
/PHP-8.0/ext/pdo/tests/
H A Dbug_44173.phpt76 PDO::query(): Argument #2 ($fetchMode) must be of type ?int, string given

Completed in 8 milliseconds