Skip to content

Commit 389fa24

Browse files
marc-mabeondrejmirtes
authored andcommitted
Added xdebug 3.1 functions "xdebug_notify" & "xdebug_connect_to_client"
1 parent 7581df1 commit 389fa24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/functionMap.php

+2
Original file line numberDiff line numberDiff line change
@@ -12973,6 +12973,7 @@
1297312973
'xdebug_call_line' => ['int', 'depth=' => 'int'],
1297412974
'xdebug_clear_aggr_profiling_data' => ['bool'],
1297512975
'xdebug_code_coverage_started' => ['bool'],
12976+
'xdebug_connect_to_client' => ['bool'],
1297612977
'xdebug_debug_zval' => ['void', '...varName'=>'string'],
1297712978
'xdebug_debug_zval_stdout' => ['void', '...varName'=>'string'],
1297812979
'xdebug_disable' => ['void'],
@@ -12993,6 +12994,7 @@
1299312994
'xdebug_is_debugger_active' => ['bool'],
1299412995
'xdebug_is_enabled' => ['bool'],
1299512996
'xdebug_memory_usage' => ['int'],
12997+
'xdebug_notify' => ['bool', 'data' => 'mixed'],
1299612998
'xdebug_peak_memory_usage' => ['int'],
1299712999
'xdebug_print_function_stack' => ['array', 'message='=>'string', 'options=' => 'int'],
1299813000
'xdebug_set_filter' => ['void', 'group' => 'int', 'list_type' => 'int', 'configuration' => 'array'],

0 commit comments

Comments
 (0)