We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773957c commit 50be2ecCopy full SHA for 50be2ec
ext/opcache/Optimizer/zend_func_info.c
@@ -732,7 +732,7 @@ static const func_info_t func_infos[] = {
732
F1("str_rot13", MAY_BE_STRING),
733
F1("stream_get_filters", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING),
734
F0("stream_filter_register", MAY_BE_FALSE | MAY_BE_TRUE),
735
- F1("stream_bucket_make_writeable", MAY_BE_FALSE | MAY_BE_OBJECT),
+ F1("stream_bucket_make_writeable", MAY_BE_NULL | MAY_BE_OBJECT),
736
F1("stream_bucket_prepend", MAY_BE_FALSE | MAY_BE_OBJECT),
737
F1("stream_bucket_append", MAY_BE_FALSE | MAY_BE_OBJECT),
738
F1("stream_bucket_new", MAY_BE_FALSE | MAY_BE_OBJECT),
0 commit comments