Skip to content

Commit

Permalink
functionMap: more precise get_defined_vars
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Staab <[email protected]>
  • Loading branch information
janedbal and staabm authored Oct 7, 2024
1 parent d300e74 commit 0df14b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3305,7 +3305,7 @@
'get_declared_traits' => ['list<trait-string>'],
'get_defined_constants' => ['array<string, mixed>', 'categorize='=>'bool'],
'get_defined_functions' => ['array{internal:non-empty-list<callable-string>,user:list<callable-string>}', 'exclude_disabled='=>'bool'],
'get_defined_vars' => ['array'],
'get_defined_vars' => ['array<string, mixed>'],
'get_extension_funcs' => ['list<callable-string>|false', 'extension_name'=>'string'],
'get_headers' => ['array|false', 'url'=>'string', 'format='=>'int', 'context='=>'resource'],
'get_html_translation_table' => ['array', 'table='=>'int', 'flags='=>'int', 'encoding='=>'string'],
Expand Down

0 comments on commit 0df14b1

Please sign in to comment.