Searched refs:PHPDBG_COMMAND_D (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 67 PHPDBG_COMMAND_D(exec, "set execution context", 'e', NULL, "s", 0), 68 PHPDBG_COMMAND_D(stdin, "read script from stdin", 0 , NULL, "s", 0), 71 PHPDBG_COMMAND_D(run, "attempt execution", 'r', NULL, "|s", 0), 73 PHPDBG_COMMAND_D(until, "continue past the current line", 'u', NULL, 0, 0), 74 PHPDBG_COMMAND_D(finish, "continue past the end of the stack", 'F', NULL, 0, 0), 75 PHPDBG_COMMAND_D(leave, "continue until the end of the stack", 'L', NULL, 0, 0), 83 PHPDBG_COMMAND_D(clean, "clean the execution environment", 'X', NULL, 0, 0), 84 PHPDBG_COMMAND_D(clear, "clear breakpoints", 'C', NULL, 0, 0), 87 PHPDBG_COMMAND_D(register, "register a function", 'R', NULL, "s", 0), 88 PHPDBG_COMMAND_D(source, "execute a phpdbginit", '<', NULL, "s", 0), [all …]
|
H A D | phpdbg_cmd.h | 164 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ macro
|
Completed in 8 milliseconds