#include "phpdbg.h"
#include "phpdbg_help.h"
#include "phpdbg_prompt.h"
#include "zend.h"
Go to the source code of this file.
◆ CR
◆ PHPDBG_COMMAND_HELP_D
#define PHPDBG_COMMAND_HELP_D |
( |
| name, |
|
|
| tip, |
|
|
| alias, |
|
|
| action ) |
Value:
const phpdbg_command_t phpdbg_prompt_commands[]
Definition at line 28 of file phpdbg_help.c.
◆ for() [1/2]
◆ for() [2/2]
for |
( |
c_sub | = c->subs; c_sub->alias; c_sub++ | ) |
|
◆ get_command()
◆ if() [1/2]
◆ if() [2/2]
◆ phpdbg_do_help_cmd()
void phpdbg_do_help_cmd |
( |
const char * | type | ) |
|
◆ phpdbg_writeln() [1/2]
phpdbg_writeln |
( |
" %c %-20s %s\n" | , |
|
|
c-> | alias, |
|
|
c-> | name, |
|
|
c-> | tip ) |
◆ phpdbg_writeln() [2/2]
phpdbg_writeln |
( |
"Below are the | aliased, |
|
|
short versions of all supported commands" | ) |
◆ pretty_print()
pretty_print |
( |
get_help("aliases!") | | ) |
|
◆ summary_print()
◆ FAILURE
◆ len
Initial value:{
struct _phpdbg_command_t phpdbg_command_t
Definition at line 278 of file phpdbg_help.c.
◆ phpdbg_help_commands
Initial value:= {
}
PHP_JSON_API size_t int options
#define PHPDBG_END_COMMAND
#define PHPDBG_COMMAND_HELP_D(name, tip, alias, action)
Definition at line 31 of file phpdbg_help.c.
◆ phpdbg_help_text
◆ SUCCESS