Skip to content

Commit f17b079

Browse files
miken32ondrejmirtes
authored andcommitted
Remove stream_get_meta_data from delta file
Signature did not change in PHP 8.3, see comments in #4327 for details
1 parent 1492332 commit f17b079

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/functionMap_php83delta.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
'str_decrement' => ['non-empty-string', 'string'=>'non-empty-string'],
2727
'str_increment' => ['non-falsy-string', 'string'=>'non-empty-string'],
2828
'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}'],
29-
'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'],
3029
],
3130
'old' => [
3231

0 commit comments

Comments
 (0)