Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php32 …public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0):… argument
H A Dpgsql_driver_arginfo.h42 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 0, "PDO::FETCH_DEFAULT")
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.stub.php422 …public function query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatemen…
H A Dpdo_dbh_arginfo.h45 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 1, "null")
/PHP-8.2/ext/pdo/tests/
H A Dbug_44173.phpt77 PDO::query(): Argument #2 ($fetchMode) must be of type ?int, string given
/PHP-8.2/
H A DNEWS1070 . Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)

Completed in 18 milliseconds