Skip to content

Commit 885d46b

Browse files
committed
Offset uri in stream_get_meta_data calls is always present on PHP 8.3+
1 parent d603c7b commit 885d46b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/functionMap_php83delta.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'str_decrement' => ['non-empty-string', 'string'=>'non-empty-string'],
2525
'str_increment' => ['non-falsy-string', 'string'=>'non-empty-string'],
2626
'gc_status' => ['array{running:bool,protected:bool,full:bool,runs:int,collected:int,threshold:int,buffer_size:int,roots:int,application_time:float,collector_time:float,destructor_time:float,free_time:float}'],
27+
'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'],
2728
],
2829
'old' => [
2930

0 commit comments

Comments
 (0)