Skip to content

Commit d9f3ba6

Browse files
committed
main/SAPI.c: header_register_callback() always returns true
1 parent 2568744 commit d9f3ba6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ function set_time_limit(int $seconds): bool {}
15041504

15051505
/* main/SAPI.c */
15061506

1507-
function header_register_callback(callable $callback): bool {}
1507+
function header_register_callback(callable $callback): true {}
15081508

15091509
/* main/output.c */
15101510

ext/standard/basic_functions_arginfo.h

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

ext/standard/basic_functions_decl.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)