mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
cleanup
This commit is contained in:
parent
24c6e3c317
commit
8c67cf30b5
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue