Home
last modified time | relevance | path

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

/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php32 …public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0):… argument
H A Dpdo_pgsql.stub.php56 …public function getNotify(int $fetchMode = \PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0): arr… argument
H A Dpgsql_driver_arginfo.h42 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 0, "PDO::FETCH_DEFAULT")
H A Dpdo_pgsql_arginfo.h46 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 0, "PDO::FETCH_DEFAULT")
/php-src/ext/pdo/tests/
H A Dbug_44173.phpt83 PDO::query(): Argument #2 ($fetchMode) must be of type ?int, string given
/php-src/ext/pdo/
H A Dpdo_dbh.stub.php207 …public function query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatemen…
H A Dpdo_dbh_arginfo.h52 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 1, "null")

Completed in 12 milliseconds