mirror of
https://github.com/php/php-src.git
synced 2025-01-09 20:44:33 +08:00
Fix opcache type info for stream_bucket_make_writable()
Closes GH-4567.
This commit is contained in:
parent
773957c36f
commit
50be2ecbd7
@ -732,7 +732,7 @@ static const func_info_t func_infos[] = {
|
||||
F1("str_rot13", MAY_BE_STRING),
|
||||
F1("stream_get_filters", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING),
|
||||
F0("stream_filter_register", MAY_BE_FALSE | MAY_BE_TRUE),
|
||||
F1("stream_bucket_make_writeable", MAY_BE_FALSE | MAY_BE_OBJECT),
|
||||
F1("stream_bucket_make_writeable", MAY_BE_NULL | MAY_BE_OBJECT),
|
||||
F1("stream_bucket_prepend", MAY_BE_FALSE | MAY_BE_OBJECT),
|
||||
F1("stream_bucket_append", MAY_BE_FALSE | MAY_BE_OBJECT),
|
||||
F1("stream_bucket_new", MAY_BE_FALSE | MAY_BE_OBJECT),
|
||||
|
Loading…
Reference in New Issue
Block a user