Searched refs:fetchMode (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 32 …public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0):… argument
|
H A D | pgsql_driver_arginfo.h | 42 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 0, "PDO::FETCH_DEFAULT")
|
/PHP-8.2/ext/pdo/ |
H A D | pdo_dbh.stub.php | 422 …public function query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatemen…
|
H A D | pdo_dbh_arginfo.h | 45 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 1, "null")
|
/PHP-8.2/ext/pdo/tests/ |
H A D | bug_44173.phpt | 77 PDO::query(): Argument #2 ($fetchMode) must be of type ?int, string given
|
/PHP-8.2/ |
H A D | NEWS | 1070 . Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)
|
Completed in 18 milliseconds