Skip to content

Commit ae5f0d0

Browse files
committed
...
1 parent 1b61529 commit ae5f0d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tutorials/intro.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ phpdbg also includes a userland API to enable working with breakpoints from with
2626

2727
```php
2828
/**
29-
* Sets a breakpoint at the next opcode address
29+
* 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
3032
* @return void
3133
*/
32-
proto void phpdbg_break(void);
34+
proto void phpdbg_break([integer type, string expression]);
3335
```
3436

3537

0 commit comments

Comments
 (0)