Skip to content

Commit 50be2ec

Browse files
TysonAndrenikic
authored andcommitted
Fix opcache type info for stream_bucket_make_writable()
Closes GH-4567.
1 parent 773957c commit 50be2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/zend_func_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ static const func_info_t func_infos[] = {
732732
F1("str_rot13", MAY_BE_STRING),
733733
F1("stream_get_filters", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING),
734734
F0("stream_filter_register", MAY_BE_FALSE | MAY_BE_TRUE),
735-
F1("stream_bucket_make_writeable", MAY_BE_FALSE | MAY_BE_OBJECT),
735+
F1("stream_bucket_make_writeable", MAY_BE_NULL | MAY_BE_OBJECT),
736736
F1("stream_bucket_prepend", MAY_BE_FALSE | MAY_BE_OBJECT),
737737
F1("stream_bucket_append", MAY_BE_FALSE | MAY_BE_OBJECT),
738738
F1("stream_bucket_new", MAY_BE_FALSE | MAY_BE_OBJECT),

0 commit comments

Comments
 (0)