Skip to content

Commit

Permalink
Added xdebug 3.1 functions "xdebug_notify" & "xdebug_connect_to_client"
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe authored and ondrejmirtes committed Oct 5, 2021
1 parent 7581df1 commit 389fa24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12973,6 +12973,7 @@
'xdebug_call_line' => ['int', 'depth=' => 'int'],
'xdebug_clear_aggr_profiling_data' => ['bool'],
'xdebug_code_coverage_started' => ['bool'],
'xdebug_connect_to_client' => ['bool'],
'xdebug_debug_zval' => ['void', '...varName'=>'string'],
'xdebug_debug_zval_stdout' => ['void', '...varName'=>'string'],
'xdebug_disable' => ['void'],
Expand All @@ -12993,6 +12994,7 @@
'xdebug_is_debugger_active' => ['bool'],
'xdebug_is_enabled' => ['bool'],
'xdebug_memory_usage' => ['int'],
'xdebug_notify' => ['bool', 'data' => 'mixed'],
'xdebug_peak_memory_usage' => ['int'],
'xdebug_print_function_stack' => ['array', 'message='=>'string', 'options=' => 'int'],
'xdebug_set_filter' => ['void', 'group' => 'int', 'list_type' => 'int', 'configuration' => 'array'],
Expand Down

0 comments on commit 389fa24

Please sign in to comment.