Skip to content

Commit b08b07e

Browse files
committed
Fixes
1 parent a82ab0e commit b08b07e

9 files changed

+181
-195
lines changed

ext/odbc/odbc.stub.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ class Result
331331

332332
function odbc_close_all(): void {}
333333

334-
function odbc_binmode(ODBC\Result $statement, int $mode): bool {}
334+
function odbc_binmode(ODBC\Result $statement, int $mode): true {}
335335

336-
function odbc_longreadlen(ODBC\Result $statement, int $length): bool {}
336+
function odbc_longreadlen(ODBC\Result $statement, int $length): true {}
337337

338338
function odbc_prepare(ODBC\Connection $odbc, string $query): ODBC\Result|false {}
339339

@@ -366,7 +366,7 @@ function odbc_result(ODBC\Result $statement, string|int $field): string|bool|nul
366366
/** @deprecated */
367367
function odbc_result_all(ODBC\Result $statement, string $format = ""): int|false {}
368368

369-
function odbc_free_result(ODBC\Result $statement): bool {}
369+
function odbc_free_result(ODBC\Result $statement): true {}
370370

371371
function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] string $password, int $cursor_option = SQL_CUR_USE_DRIVER): ODBC\Connection|false {}
372372

ext/odbc/odbc_arginfo.h

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)