Skip to content

Commit dd63236

Browse files
miken32ondrejmirtes
authored andcommitted
Update stream_get_meta_data return
crypto index is added for tls://, https://, and ftps:// streams
1 parent 468182d commit dd63236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10360,7 +10360,7 @@
1036010360
'stream_get_contents' => ['__benevolent<string|false>', 'source'=>'resource', 'maxlen='=>'int', 'offset='=>'int'],
1036110361
'stream_get_filters' => ['list<string>'],
1036210362
'stream_get_line' => ['string|false', 'stream'=>'resource', 'maxlen'=>'int', 'ending='=>'string'],
10363-
'stream_get_meta_data' => ['array{timed_out:bool,blocked:bool,eof:bool,unread_bytes:int,stream_type:string,wrapper_type:string,wrapper_data:mixed,mode:string,seekable:bool,uri?:string,mediatype?:string,base64?:bool}', 'fp'=>'resource'],
10363+
'stream_get_meta_data' => ['array{timed_out:bool,blocked:bool,eof:bool,unread_bytes:int,stream_type:string,wrapper_type:string,wrapper_data:mixed,mode:string,seekable:bool,uri?:string,mediatype?:string,base64?:bool,crypto?:array{protocol:string,cipher_name:string,cipher_bits:int,cipher_version:string,alpn_protocol?:string}}', 'fp'=>'resource'],
1036410364
'stream_get_transports' => ['list<string>'],
1036510365
'stream_get_wrappers' => ['list<string>'],
1036610366
'stream_is_local' => ['bool', 'stream'=>'resource|string'],

0 commit comments

Comments
 (0)