There was an error while loading. Please reload this page.
1 parent fa70062 commit fb5c111Copy full SHA for fb5c111
resources/functionMap_php80delta.php
@@ -41,6 +41,7 @@
41
'date_timezone_set' => ['DateTime', 'object'=>'DateTime', 'timezone'=>'DateTimeZone'],
42
'explode' => ['list<string>', 'separator'=>'non-empty-string', 'str'=>'string', 'limit='=>'int'],
43
'fdiv' => ['float', 'dividend'=>'float', 'divisor'=>'float'],
44
+'forward_static_call_array' => ['mixed', 'function'=>'callable', 'parameters'=>'array<int|string,mixed>'],
45
'get_debug_type' => ['string', 'var'=>'mixed'],
46
'get_resource_id' => ['int', 'res'=>'resource'],
47
'gmdate' => ['string', 'format'=>'string', 'timestamp='=>'int'],
0 commit comments