-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathphp_xdebug.stub.php
More file actions
31 lines (20 loc) · 1.02 KB
/
php_xdebug.stub.php
File metadata and controls
31 lines (20 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/** @generate-function-entries */
/* This file is generated by the 'xdebug.org:html/docs/create-stubs.php' robot
* for Xdebug 3.1.0-dev — do not modify by hand */
/* Emits a breakpoint to the debug client */
function xdebug_break(): bool {}
/* -----------------------------------------------------------------------*/
/* Instructs Xdebug to establish a debugging session */
function xdebug_connect_to_client(): bool {}
/* -----------------------------------------------------------------------*/
/* Show and retrieve diagnostic information */
/** @return mixed */
function xdebug_info(?string $category = null) {}
/* -----------------------------------------------------------------------*/
/* Returns whether a debugging session is active */
function xdebug_is_debugger_active(): bool {}
/* -----------------------------------------------------------------------*/
/* Sends data to a debugging client */
function xdebug_notify(mixed $data): bool {}
/* -----------------------------------------------------------------------*/