Home
last modified time | relevance | path

Searched refs:PHPDBG_COMMAND_D (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c69 PHPDBG_COMMAND_D(exec, "set execution context", 'e', NULL, "s", 0),
70 PHPDBG_COMMAND_D(stdin, "read script from stdin", 0 , NULL, "s", 0),
73 PHPDBG_COMMAND_D(run, "attempt execution", 'r', NULL, "|s", 0),
75 PHPDBG_COMMAND_D(until, "continue past the current line", 'u', NULL, 0, 0),
76 PHPDBG_COMMAND_D(finish, "continue past the end of the stack", 'F', NULL, 0, 0),
77 PHPDBG_COMMAND_D(leave, "continue until the end of the stack", 'L', NULL, 0, 0),
85 PHPDBG_COMMAND_D(clean, "clean the execution environment", 'X', NULL, 0, 0),
86 PHPDBG_COMMAND_D(clear, "clear breakpoints", 'C', NULL, 0, 0),
89 PHPDBG_COMMAND_D(register, "register a function", 'R', NULL, "s", 0),
90 PHPDBG_COMMAND_D(source, "execute a phpdbginit", '<', NULL, "s", 0),
[all …]
H A Dphpdbg_cmd.h170 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ macro

Completed in 10 milliseconds