Searched refs:phpdbg_prompt_commands (Results 1 – 10 of 10) sorted by relevance
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_break.c | 32 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[9], flags)
|
H A D | phpdbg_prompt.h | 67 extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */
|
H A D | phpdbg_help.c | 32 {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 D | phpdbg_set.c | 31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[17], flags)
|
H A D | phpdbg_list.c | 39 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[12], flags)
|
H A D | phpdbg_print.c | 30 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], flags)
|
H A D | phpdbg_info.c | 31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[13], flags)
|
H A D | phpdbg_watch.c | 119 …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 D | phpdbg_cmd.c | 692 handler = phpdbg_stack_resolve(phpdbg_prompt_commands, NULL, &top); in phpdbg_internal_stack_execute()
|
H A D | phpdbg_prompt.c | 68 const phpdbg_command_t phpdbg_prompt_commands[] = { variable
|
Completed in 31 milliseconds