mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Cosmetic changes
This commit is contained in:
parent
b91a5053f8
commit
0eea7e4504
4 changed files with 29 additions and 21 deletions
|
@ -28,6 +28,9 @@ int phpdbg_is_empty(const char*);
|
|||
int phpdbg_is_addr(const char*);
|
||||
int phpdbg_is_class_method(const char*, size_t, char**, char**);
|
||||
|
||||
/**
|
||||
* Parameter parsing stuff
|
||||
*/
|
||||
enum {
|
||||
EMPTY_PARAM = 0,
|
||||
ADDR_PARAM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue