You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`$category`|`null` for the full report, or `"mode"` or `"extension-flags"`|
84
-
| Returns |`null` for the full report, which it prints; an array for a category |
81
+
|`$category` — omit for the full report, or pass `"mode"` or `"extension-flags"`|`null` for the full report, which it prints; an array for a category |
85
82
86
83
Reports how the debugger is configured and what it is currently doing.
87
84
@@ -114,10 +111,9 @@ features this build was compiled with.
114
111
php_debugger_is_debugger_active(): bool
115
112
```
116
113
117
-
|||
114
+
|Parameters | Returns|
118
115
| --- | --- |
119
-
| Parameters | None |
120
-
| Returns |`true` if a debugging session is connected right now |
116
+
| None |`true` if a debugging session is connected right now |
121
117
122
118
Reports whether a client is connected. It has no side effects and never raises
123
119
anything, so it is the safe way to ask before doing something that only makes sense
@@ -139,10 +135,9 @@ watching things expire.
139
135
php_debugger_notify(mixed $data): bool
140
136
```
141
137
142
-
|||
138
+
|Parameters | Returns|
143
139
| --- | --- |
144
-
|`$data`| Any value. Sent to your editor as a structured value, not a string |
145
-
| Returns |`true` if the notification was sent, `false` if nothing is connected |
140
+
|`$data` — any value, sent structured rather than flattened to a string |`true` if the notification was sent, `false` if nothing is connected |
146
141
147
142
Sends a value to your editor's notification panel, along with the file and line it
0 commit comments