From 885d46bc8d7555a8b762914821ad2f0f5871e517 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 13 May 2024 13:22:45 +0200 Subject: [PATCH] Offset `uri` in `stream_get_meta_data` calls is always present on PHP 8.3+ --- resources/functionMap_php83delta.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/functionMap_php83delta.php b/resources/functionMap_php83delta.php index c783a703d2..20cc7e2d69 100644 --- a/resources/functionMap_php83delta.php +++ b/resources/functionMap_php83delta.php @@ -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' => [