From 7c077f7040542dfd9ce9a894bf9917484dc6e123 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Tue, 19 Nov 2013 01:56:33 +0000 Subject: [PATCH] ordering --- phpdbg_prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index ba74f20652..48af282137 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -80,8 +80,8 @@ static const phpdbg_command_t phpdbg_prompt_commands[] = { PHPDBG_COMMAND_D(quiet, "silence some output", 'Q', NULL, 1), PHPDBG_COMMAND_D(aliases, "show alias list", 'a', NULL, 0), PHPDBG_COMMAND_D(oplog, "sets oplog output", 'O', NULL, 1), - PHPDBG_COMMAND_D(shell, "shell a command", '-', NULL, 1), PHPDBG_COMMAND_D(register,"register a function", 'R', NULL, 1), + PHPDBG_COMMAND_D(shell, "shell a command", '-', NULL, 1), PHPDBG_COMMAND_D(quit, "exit phpdbg", 'q', NULL, 0), PHPDBG_END_COMMAND }; /* }}} */ -- 2.50.1