Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_cmd.h88 typedef struct _phpdbg_command_t phpdbg_command_t; typedef
96 const phpdbg_command_t *subs; /* Sub Commands */
98 const phpdbg_command_t *parent; /* Parent Command */
137 PHPDBG_API const phpdbg_command_t *phpdbg_stack_resolve(const phpdbg_command_t *commands, const php…
138 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
H A Dphpdbg_break.h33 extern const phpdbg_command_t phpdbg_break_commands[];
H A Dphpdbg_help.h33 extern const phpdbg_command_t phpdbg_help_commands[];
H A Dphpdbg_print.h36 extern const phpdbg_command_t phpdbg_print_commands[];
H A Dphpdbg_info.h37 extern const phpdbg_command_t phpdbg_info_commands[];
H A Dphpdbg_set.h39 extern const phpdbg_command_t phpdbg_set_commands[];
H A Dphpdbg_break.c34 const phpdbg_command_t phpdbg_break_commands[] = {
H A Dphpdbg_list.h37 extern const phpdbg_command_t phpdbg_list_commands[];
H A Dphpdbg_help.c31 const phpdbg_command_t phpdbg_help_commands[] = {
137 void summary_print(phpdbg_command_t const * const cmd) in summary_print()
173 phpdbg_command_t const **command, /* address of first matching command */ in get_command()
174 phpdbg_command_t const * commands /* command table to be scanned */ in get_command()
177 const phpdbg_command_t *c; in get_command()
226 phpdbg_command_t const *cmd; in PHPDBG_COMMAND()
278 const phpdbg_command_t *c, *c_sub; in PHPDBG_HELP()
H A Dphpdbg_cmd.c32 static inline const char *phpdbg_command_name(const phpdbg_command_t *command, char *buffer) { in ZEND_EXTERN_MODULE_GLOBALS()
470 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack) { in phpdbg_stack_verify()
574 PHPDBG_API const phpdbg_command_t *phpdbg_stack_resolve(const phpdbg_command_t *commands, const php… in phpdbg_stack_resolve()
575 const phpdbg_command_t *command = commands; in phpdbg_stack_resolve()
577 const phpdbg_command_t *matched[3] = {NULL, NULL, NULL}; in phpdbg_stack_resolve()
667 const phpdbg_command_t *handler = NULL; in phpdbg_internal_stack_execute()
H A Dphpdbg_prompt.h64 extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */
H A Dphpdbg_watch.h37 extern const phpdbg_command_t phpdbg_watch_commands[];
H A Dphpdbg_set.c31 const phpdbg_command_t phpdbg_set_commands[] = {
H A Dphpdbg_print.c31 const phpdbg_command_t phpdbg_print_commands[] = {
H A Dphpdbg_list.c39 const phpdbg_command_t phpdbg_list_commands[] = {
H A Dphpdbg_info.c31 const phpdbg_command_t phpdbg_info_commands[] = {
H A Dphpdbg_prompt.c63 const phpdbg_command_t phpdbg_prompt_commands[] = {
H A Dphpdbg_watch.c123 const phpdbg_command_t phpdbg_watch_commands[] = {

Completed in 34 milliseconds