Searched refs:phpdbg_command_t (Results 1 – 17 of 17) sorted by relevance
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_cmd.h | 91 typedef struct _phpdbg_command_t phpdbg_command_t; typedef 99 const phpdbg_command_t *subs; /* Sub Commands */ 101 const phpdbg_command_t *parent; /* Parent Command */ 136 PHPDBG_API const phpdbg_command_t* phpdbg_stack_resolve(const phpdbg_command_t *commands, const php… 137 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack, char **…
|
H A D | phpdbg_break.h | 35 extern const phpdbg_command_t phpdbg_break_commands[];
|
H A D | phpdbg_print.h | 38 extern const phpdbg_command_t phpdbg_print_commands[];
|
H A D | phpdbg_help.h | 35 extern const phpdbg_command_t phpdbg_help_commands[];
|
H A D | phpdbg_info.h | 37 extern const phpdbg_command_t phpdbg_info_commands[];
|
H A D | phpdbg_set.h | 40 extern const phpdbg_command_t phpdbg_set_commands[];
|
H A D | phpdbg_list.h | 39 extern const phpdbg_command_t phpdbg_list_commands[];
|
H A D | phpdbg_help.c | 33 const phpdbg_command_t phpdbg_help_commands[] = { 139 void summary_print(phpdbg_command_t const * const cmd TSRMLS_DC) in summary_print() 175 phpdbg_command_t const **command, /* address of first matching command */ in get_command() 176 phpdbg_command_t const * commands /* command table to be scanned */ in get_command() 179 const phpdbg_command_t *c; in get_command() 208 phpdbg_command_t const *cmd; in PHPDBG_COMMAND() 258 const phpdbg_command_t *c, *c_sub; in PHPDBG_HELP()
|
H A D | phpdbg_break.c | 37 const phpdbg_command_t phpdbg_break_commands[] = {
|
H A D | phpdbg_cmd.c | 29 static inline const char *phpdbg_command_name(const phpdbg_command_t *command, char *buffer) { in phpdbg_command_name() 467 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack, char **… in phpdbg_stack_verify() 569 PHPDBG_API const phpdbg_command_t* phpdbg_stack_resolve(const phpdbg_command_t *commands, const php… in phpdbg_stack_resolve() 570 const phpdbg_command_t *command = commands; in phpdbg_stack_resolve() 572 const phpdbg_command_t *matched[3] = {NULL, NULL, NULL}; in phpdbg_stack_resolve() 673 const phpdbg_command_t *handler = NULL; in phpdbg_stack_execute()
|
H A D | phpdbg_prompt.h | 58 extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */
|
H A D | phpdbg_watch.h | 44 static const phpdbg_command_t phpdbg_watch_commands[] = {
|
H A D | phpdbg_set.c | 33 const phpdbg_command_t phpdbg_set_commands[] = {
|
H A D | phpdbg_list.c | 40 const phpdbg_command_t phpdbg_list_commands[] = {
|
H A D | phpdbg_print.c | 32 const phpdbg_command_t phpdbg_print_commands[] = {
|
H A D | phpdbg_info.c | 33 const phpdbg_command_t phpdbg_info_commands[] = {
|
H A D | phpdbg_prompt.c | 42 const phpdbg_command_t phpdbg_prompt_commands[] = {
|
Completed in 23 milliseconds