Searched refs:fetchMode (Results 1 – 7 of 7) sorted by relevance
/php-src/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 | pdo_pgsql.stub.php | 56 …public function getNotify(int $fetchMode = \PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0): arr… argument
|
H A D | pgsql_driver_arginfo.h | 42 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 0, "PDO::FETCH_DEFAULT")
|
H A D | pdo_pgsql_arginfo.h | 46 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 0, "PDO::FETCH_DEFAULT")
|
/php-src/ext/pdo/tests/ |
H A D | bug_44173.phpt | 83 PDO::query(): Argument #2 ($fetchMode) must be of type ?int, string given
|
/php-src/ext/pdo/ |
H A D | pdo_dbh.stub.php | 207 …public function query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatemen…
|
H A D | pdo_dbh_arginfo.h | 52 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 1, "null")
|
Completed in 12 milliseconds