subs 655 sapi/phpdbg/phpdbg_cmd.c if (command->subs && (*top) && ((*top)->type == STR_PARAM)) { subs 656 sapi/phpdbg/phpdbg_cmd.c return phpdbg_stack_resolve(command->subs, command, top); subs 101 sapi/phpdbg/phpdbg_cmd.h const phpdbg_command_t *subs; /* Sub Commands */ subs 273 sapi/phpdbg/phpdbg_help.c if (c->subs) { subs 275 sapi/phpdbg/phpdbg_help.c for(c_sub = c->subs; c_sub->alias; c_sub++) { subs 294 sapi/phpdbg/phpdbg_help.c for(c_sub = c->subs; c_sub->alias; c_sub++) {