This commit is contained in:
krakjoe 2013-11-15 16:17:57 +00:00
parent 24c6e3c317
commit 8c67cf30b5
2 changed files with 7 additions and 3 deletions

View file

@ -34,6 +34,12 @@ phpdbg also includes a userland API to enable working with breakpoints from with
proto void phpdbg_break([integer type, string expression]);
```
The following type constants are registered by phpdbg:
- PHPDBG_FILE
- PHPDBG_METHOD
- PHPDBG_LINENO
- PHPDBG_FUNC
```php
/**