Skip to content

Commit

Permalink
Offset uri in stream_get_meta_data calls is always present on PHP…
Browse files Browse the repository at this point in the history
… 8.3+
  • Loading branch information
ondrejmirtes committed May 13, 2024
1 parent d603c7b commit 885d46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/functionMap_php83delta.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'str_decrement' => ['non-empty-string', 'string'=>'non-empty-string'],
'str_increment' => ['non-falsy-string', 'string'=>'non-empty-string'],
'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}'],
'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'],
],
'old' => [

Expand Down

0 comments on commit 885d46b

Please sign in to comment.