Home
last modified time | relevance | path

Searched refs:STACK_PARAM (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_cmd.c50 case STACK_PARAM: in phpdbg_get_param_type()
139 case STACK_PARAM: in phpdbg_copy_param()
199 case STACK_PARAM: in phpdbg_hash_param()
254 case STACK_PARAM: in phpdbg_match_param()
462 stack->type = STACK_PARAM; in phpdbg_stack_separate()
480 if (!top || top->type == STACK_PARAM) { in phpdbg_stack_verify()
520 if (top && top->type == STACK_PARAM) { in phpdbg_stack_verify()
720 if (stack->type != STACK_PARAM) { in phpdbg_stack_execute()
731 if (top->type == STACK_PARAM) { in phpdbg_stack_execute()
H A Dphpdbg_cmd.h44 STACK_PARAM, enumerator
H A Dphpdbg_prompt.c105 if (stack->type == STACK_PARAM) { in phpdbg_call_register()
266 phpdbg_init_param(&stack, STACK_PARAM); in phpdbg_line_init()
1624 phpdbg_init_param(&stack, STACK_PARAM); in phpdbg_interactive()

Completed in 28 milliseconds