Home
last modified time | relevance | path

Searched refs:phpdbg_prompt_commands (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_break.c32 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[9], flags)
H A Dphpdbg_prompt.h67 extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */
H A Dphpdbg_help.c32 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, action, &phpdbg_prompt_commands[16], 0}
243 n = get_command(param->str, param->len, &cmd, phpdbg_prompt_commands); in PHPDBG_COMMAND()
252 for (cmd=phpdbg_prompt_commands; cmd->name; cmd++) { in PHPDBG_COMMAND()
290 for(c = phpdbg_prompt_commands; c->name; c++) { in PHPDBG_HELP()
308 get_command("h", 1, &c, phpdbg_prompt_commands); in PHPDBG_HELP()
H A Dphpdbg_set.c31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[17], flags)
H A Dphpdbg_list.c39 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[12], flags)
H A Dphpdbg_print.c30 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], flags)
H A Dphpdbg_info.c31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[13], flags)
H A Dphpdbg_watch.c119 …ay, "create watchpoint on an array", 'a', watch_array, &phpdbg_prompt_commands[24], "s", …
120 …ete, "delete watchpoint", 'd', watch_delete, &phpdbg_prompt_commands[24], "n", …
121 …ursive, "create recursive watchpoints", 'r', watch_recursive, &phpdbg_prompt_commands[24], "s", …
H A Dphpdbg_cmd.c692 handler = phpdbg_stack_resolve(phpdbg_prompt_commands, NULL, &top); in phpdbg_internal_stack_execute()
H A Dphpdbg_prompt.c68 const phpdbg_command_t phpdbg_prompt_commands[] = { variable

Completed in 37 milliseconds