Skip to content

Commit

Permalink
feat: add xdebug_info (fixes vimeo#8977)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 committed Dec 27, 2022
1 parent 9f5314b commit c74aacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dictionaries/CallMap.php
Expand Up @@ -15573,6 +15573,7 @@
'xdebug_get_profiler_filename' => ['string|false'],
'xdebug_get_stack_depth' => ['int'],
'xdebug_get_tracefile_name' => ['string'],
'xdebug_info' => ['mixed', 'category='=>'string'],
'xdebug_is_debugger_active' => ['bool'],
'xdebug_is_enabled' => ['bool'],
'xdebug_memory_usage' => ['int'],
Expand Down
1 change: 1 addition & 0 deletions dictionaries/CallMap_historical.php
Expand Up @@ -16383,6 +16383,7 @@
'xdebug_get_profiler_filename' => ['string|false'],
'xdebug_get_stack_depth' => ['int'],
'xdebug_get_tracefile_name' => ['string'],
'xdebug_info' => ['mixed', 'category='=>'string'],
'xdebug_is_debugger_active' => ['bool'],
'xdebug_is_enabled' => ['bool'],
'xdebug_memory_usage' => ['int'],
Expand Down

0 comments on commit c74aacd

Please sign in to comment.