Fix opcache type info for stream_bucket_make_writable()

Closes GH-4567.
This commit is contained in:
Tyson Andre 2019-08-19 22:48:10 -04:00 committed by Nikita Popov
parent 773957c36f
commit 50be2ecbd7

View File

@ -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),