diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-09 17:14:14 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-09 17:14:14 +0200 |
| commit | 6145cac1af8fbdf355de8e6e59b5ef2c23ac167a (patch) | |
| tree | 8bd611707f27968972c847bb5e6893612dbf59d7 /ext/pgsql/pgsql.stub.php | |
| parent | 25d0e21d771b94a6e0f06653a45a2e3c32e6a19f (diff) | |
| download | php-git-6145cac1af8fbdf355de8e6e59b5ef2c23ac167a.tar.gz | |
Fix default value
Diffstat (limited to 'ext/pgsql/pgsql.stub.php')
| -rw-r--r-- | ext/pgsql/pgsql.stub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.stub.php b/ext/pgsql/pgsql.stub.php index 624587d8da..e5b9d5a607 100644 --- a/ext/pgsql/pgsql.stub.php +++ b/ext/pgsql/pgsql.stub.php @@ -462,7 +462,7 @@ function pg_send_execute($connection, string $query, array $params): int|bool {} function pg_get_result($connection) {} /** @param resource $result */ -function pg_result_status($result, int $result_type = PGSQL_RESULT_LONG): string|int|false {} +function pg_result_status($result, int $result_type = PGSQL_STATUS_LONG): string|int|false {} /** @param resource $result */ function pg_get_notify($result, int $result_type = PGSQL_ASSOC): array|false {} |
