mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Mark ob_start callback parameter nullable
This commit is contained in:
parent
5e34bb8916
commit
fed9cf6868
2 changed files with 2 additions and 2 deletions
|
@ -1533,7 +1533,7 @@ function header_register_callback(callable $callback): bool {}
|
|||
|
||||
/* main/output.c */
|
||||
|
||||
/** @param callable $callback */
|
||||
/** @param callable|null $callback */
|
||||
function ob_start($callback = null, int $chunk_size = 0, int $flags = PHP_OUTPUT_HANDLER_STDFLAGS): bool {}
|
||||
|
||||
function ob_flush(): bool {}
|
||||
|
|
2
ext/standard/basic_functions_arginfo.h
generated
2
ext/standard/basic_functions_arginfo.h
generated
|
@ -1,5 +1,5 @@
|
|||
/* This is a generated file, edit the .stub.php file instead.
|
||||
* Stub hash: 7b14f7e9eb57bc1f2aff20097fddd14d1fe0494e */
|
||||
* Stub hash: a9603577b33f1a20150c9da6251c69d26686cf0b */
|
||||
|
||||
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
|
||||
ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue