Home
last modified time | relevance | path

Searched refs:phpdbg_command_t (Results 1 – 18 of 18) sorted by relevance

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_cmd.h94 typedef struct _phpdbg_command_t phpdbg_command_t; typedef
102 const phpdbg_command_t *subs; /* Sub Commands */
104 const phpdbg_command_t *parent; /* Parent Command */
143 PHPDBG_API const phpdbg_command_t *phpdbg_stack_resolve(const phpdbg_command_t *commands, const php…
144 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
H A Dphpdbg_break.h35 extern const phpdbg_command_t phpdbg_break_commands[];
H A Dphpdbg_print.h40 extern const phpdbg_command_t phpdbg_print_commands[];
H A Dphpdbg_help.h35 extern const phpdbg_command_t phpdbg_help_commands[];
H A Dphpdbg_info.h39 extern const phpdbg_command_t phpdbg_info_commands[];
H A Dphpdbg_set.h42 extern const phpdbg_command_t phpdbg_set_commands[];
H A Dphpdbg_break.c37 const phpdbg_command_t phpdbg_break_commands[] = {
H A Dphpdbg_list.h39 extern const phpdbg_command_t phpdbg_list_commands[];
H A Dphpdbg_help.c34 const phpdbg_command_t phpdbg_help_commands[] = {
145 void summary_print(phpdbg_command_t const * const cmd) in summary_print()
181 phpdbg_command_t const **command, /* address of first matching command */ in get_command()
182 phpdbg_command_t const * commands /* command table to be scanned */ in get_command()
185 const phpdbg_command_t *c; in get_command()
234 phpdbg_command_t const *cmd; in PHPDBG_COMMAND()
284 const phpdbg_command_t *c, *c_sub; in PHPDBG_HELP()
H A Dphpdbg_cmd.c30 static inline const char *phpdbg_command_name(const phpdbg_command_t *command, char *buffer) { in ZEND_EXTERN_MODULE_GLOBALS()
468 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack) { in phpdbg_stack_verify()
572 PHPDBG_API const phpdbg_command_t *phpdbg_stack_resolve(const phpdbg_command_t *commands, const php… in phpdbg_stack_resolve()
573 const phpdbg_command_t *command = commands; in phpdbg_stack_resolve()
575 const phpdbg_command_t *matched[3] = {NULL, NULL, NULL}; in phpdbg_stack_resolve()
665 const phpdbg_command_t *handler = NULL; in phpdbg_internal_stack_execute()
H A Dphpdbg_prompt.h67 extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */
H A Dphpdbg_watch.h39 extern const phpdbg_command_t phpdbg_watch_commands[];
H A Dphpdbg_set.c33 const phpdbg_command_t phpdbg_set_commands[] = {
H A Dphpdbg_list.c41 const phpdbg_command_t phpdbg_list_commands[] = {
H A Dphpdbg_print.c32 const phpdbg_command_t phpdbg_print_commands[] = {
H A Dphpdbg_info.c33 const phpdbg_command_t phpdbg_info_commands[] = {
H A Dphpdbg_watch.c118 const phpdbg_command_t phpdbg_watch_commands[] = {
H A Dphpdbg_prompt.c71 const phpdbg_command_t phpdbg_prompt_commands[] = {

Completed in 52 milliseconds