Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c64 PHPDBG_COMMAND_D(exec, "set execution context", 'e', NULL, "s", 0),
65 PHPDBG_COMMAND_D(stdin, "read script from stdin", 0 , NULL, "s", 0),
68 PHPDBG_COMMAND_D(run, "attempt execution", 'r', NULL, "|s", 0),
70 PHPDBG_COMMAND_D(until, "continue past the current line", 'u', NULL, 0, 0),
71 PHPDBG_COMMAND_D(finish, "continue past the end of the stack", 'F', NULL, 0, 0),
72 PHPDBG_COMMAND_D(leave, "continue until the end of the stack", 'L', NULL, 0, 0),
73 PHPDBG_COMMAND_D(generator, "inspect or switch to a generator", 'g', NULL, "|n", 0),
80 PHPDBG_COMMAND_D(clean, "clean the execution environment", 'X', NULL, 0, 0),
81 PHPDBG_COMMAND_D(clear, "clear breakpoints", 'C', NULL, 0, 0),
84 PHPDBG_COMMAND_D(register, "register a function", 'R', NULL, "s", 0),
[all …]
H A Dphpdbg_cmd.h164 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ macro

Completed in 13 milliseconds