File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ static const func_info_t func_infos[] = {
683
683
F1 ("stream_get_transports" , MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING ),
684
684
F1 ("stream_resolve_include_path" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING ),
685
685
F0 ("stream_is_local" , MAY_BE_FALSE | MAY_BE_TRUE ),
686
- F1 ("get_headers" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING | MAY_BE_ARRAY_OF_ARRAY ),
686
+ F1 ("get_headers" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_STRING | MAY_BE_ARRAY_OF_ARRAY ),
687
687
#if HAVE_SYS_TIME_H || defined (PHP_WIN32 )
688
688
F0 ("stream_set_timeout" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE ),
689
689
F0 ("socket_set_timeout" , MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE ),
You can’t perform that action at this time.
0 commit comments