We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb15f6 commit a58c6d5Copy full SHA for a58c6d5
sapi/phpdbg/phpdbg_prompt.c
@@ -81,7 +81,7 @@ const phpdbg_command_t phpdbg_prompt_commands[] = {
81
PHPDBG_COMMAND_D(clear, "clear breakpoints", 'C', NULL, 0, 0),
82
PHPDBG_COMMAND_D(help, "show help menu", 'h', phpdbg_help_commands, "|s", PHPDBG_ASYNC_SAFE),
83
PHPDBG_COMMAND_D(set, "set phpdbg configuration", 'S', phpdbg_set_commands, "s", PHPDBG_ASYNC_SAFE),
84
- PHPDBG_COMMAND_D(register, "register a function", 'R', NULL, "s", 0),
+ PHPDBG_COMMAND_D(register, "register a phpdbginit function as a command alias", 'R', NULL, "s", 0),
85
PHPDBG_COMMAND_D(source, "execute a phpdbginit", '<', NULL, "s", 0),
86
PHPDBG_COMMAND_D(export, "export breaks to a .phpdbginit script", '>', NULL, "s", PHPDBG_ASYNC_SAFE),
87
PHPDBG_COMMAND_D(sh, "shell a command", 0 , NULL, "i", 0),
0 commit comments