|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "phpdbg.h"#include "phpdbg_cmd.h"#include "phpdbg_set.h"#include "phpdbg_utils.h"#include "phpdbg_bp.h"#include "phpdbg_prompt.h"Go to the source code of this file.
Macros | |
| #define | PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) |
Functions | |
| if (!color) | |
| switch (phpdbg_get_element(param->str, param->len)) | |
Variables | |
| const phpdbg_command_t | phpdbg_set_commands [] |
| return | SUCCESS |
Definition at line 28 of file phpdbg_set.c.
| if | ( | ! | color | ) |
Definition at line 146 of file phpdbg_set.c.
| switch | ( | phpdbg_get_element(param->str, param->len) | ) |
Definition at line 151 of file phpdbg_set.c.
| const phpdbg_command_t phpdbg_set_commands[] |
Definition at line 31 of file phpdbg_set.c.
| return SUCCESS |
Definition at line 175 of file phpdbg_set.c.