Searched refs:fetchMode (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/pdo/ |
H A D | pdo_dbh.stub.php | 41 …public function query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatemen… argument
|
H A D | pdo_dbh_arginfo.h | 45 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 1, "null")
|
/PHP-8.1/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 29 …public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_USE_DEFAULT, int $timeoutMilliseconds =… argument
|
H A D | pgsql_driver_arginfo.h | 42 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetchMode, IS_LONG, 0, "PDO::FETCH_USE_DEFAULT")
|
/PHP-8.1/ext/pdo/tests/ |
H A D | bug_44173.phpt | 77 PDO::query(): Argument #2 ($fetchMode) must be of type ?int, string given
|
Completed in 8 milliseconds