26#define PHPDBG_HELP(name) PHPDBG_COMMAND(help_##name)
35#define phpdbg_help_header() \
36 phpdbg_notice("version", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION);
37#define phpdbg_help_footer() \
38 phpdbg_notice("issues", "url=\"%s\"", "Please report bugs to <%s>", PHPDBG_ISSUES);
struct _phpdbg_command_t phpdbg_command_t
const phpdbg_command_t phpdbg_help_commands[]
const phpdbg_help_text_t phpdbg_help_text[]
void phpdbg_do_help_cmd(const char *type)
#define PHPDBG_HELP(name)
struct _phpdbg_help_text_t phpdbg_help_text_t