Skip to content

Commit 23fa0f8

Browse files
staabmondrejmirtes
authored andcommitted
More precise gc_status() signature for PHP8.3+
1 parent 2856081 commit 23fa0f8

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
@@ -23,6 +23,7 @@
2323
'new' => [
2424
'str_decrement' => ['non-empty-string', 'string'=>'non-empty-string'],
2525
'str_increment' => ['non-falsy-string', 'string'=>'non-empty-string'],
26+
'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}'],
2627
],
2728
'old' => [
2829

0 commit comments

Comments
 (0)