summaryrefslogtreecommitdiff
path: root/ext/odbc/odbc.stub.php
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:27:01 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:27:01 +0200
commitde912821e0c2e154a4fca0479755c9e089b130b8 (patch)
treeec33aaeeb9265748863ff71a9e543cb56fe3d896 /ext/odbc/odbc.stub.php
parentc76910cd967f498065f50f17dcaad941792e8430 (diff)
downloadphp-git-de912821e0c2e154a4fca0479755c9e089b130b8.tar.gz
Display string default values in stubs more uniformly
Settling on using quoted string
Diffstat (limited to 'ext/odbc/odbc.stub.php')
-rw-r--r--ext/odbc/odbc.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/odbc.stub.php b/ext/odbc/odbc.stub.php
index cb318f7ac9..9316f1d7e4 100644
--- a/ext/odbc/odbc.stub.php
+++ b/ext/odbc/odbc.stub.php
@@ -61,7 +61,7 @@ function odbc_fetch_row($result_id, int $row_number = UNKNOWN): bool {}
function odbc_result($result_id, string|int $field): string|bool|null {}
/** @param resource $result_id */
-function odbc_result_all($result_id, string $format = ''): int|false {}
+function odbc_result_all($result_id, string $format = ""): int|false {}
/** @param resource $result_id */
function odbc_free_result($result_id): bool {}