Skip to content

Commit fb5c111

Browse files
committed
Adjust forward_static_call_array for named arguments on PHP 8
1 parent fa70062 commit fb5c111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/functionMap_php80delta.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'date_timezone_set' => ['DateTime', 'object'=>'DateTime', 'timezone'=>'DateTimeZone'],
4242
'explode' => ['list<string>', 'separator'=>'non-empty-string', 'str'=>'string', 'limit='=>'int'],
4343
'fdiv' => ['float', 'dividend'=>'float', 'divisor'=>'float'],
44+
'forward_static_call_array' => ['mixed', 'function'=>'callable', 'parameters'=>'array<int|string,mixed>'],
4445
'get_debug_type' => ['string', 'var'=>'mixed'],
4546
'get_resource_id' => ['int', 'res'=>'resource'],
4647
'gmdate' => ['string', 'format'=>'string', 'timestamp='=>'int'],

0 commit comments

Comments
 (0)