We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b61529 commit ae5f0d0Copy full SHA for ae5f0d0
tutorials/intro.md
@@ -26,10 +26,12 @@ phpdbg also includes a userland API to enable working with breakpoints from with
26
27
```php
28
/**
29
-* Sets a breakpoint at the next opcode address
+* If no parameters are recieved sets a breakpoint at the next opcode address
30
+* @param type a constant PHPDBG_ type
31
+* @param expression the expression for the break command
32
* @return void
33
*/
-proto void phpdbg_break(void);
34
+proto void phpdbg_break([integer type, string expression]);
35
```
36
37
0 commit comments