Skip to content

Commit ee69723

Browse files
committed
main/SAPI.c: header_register_callback() always returns true
1 parent 927830d commit ee69723

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/standard/basic_functions.stub.php

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

14921492
/* main/SAPI.c */
14931493

1494-
function header_register_callback(callable $callback): bool {}
1494+
function header_register_callback(callable $callback): true {}
14951495

14961496
/* main/output.c */
14971497

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.

0 commit comments

Comments
 (0)