Searched refs:STACK_PARAM (Results 1 – 3 of 3) sorted by relevance
48 case STACK_PARAM: in phpdbg_get_param_type()137 case STACK_PARAM: in phpdbg_copy_param()197 case STACK_PARAM: in phpdbg_hash_param()252 case STACK_PARAM: in phpdbg_match_param()460 stack->type = STACK_PARAM; in phpdbg_stack_separate()478 if (!top || top->type == STACK_PARAM) { in phpdbg_stack_verify()518 if (top && top->type == STACK_PARAM) { in phpdbg_stack_verify()718 if (stack->type != STACK_PARAM) { in phpdbg_stack_execute()729 if (top->type == STACK_PARAM) { in phpdbg_stack_execute()
42 STACK_PARAM, enumerator
98 if (stack->type == STACK_PARAM) { in phpdbg_call_register()258 phpdbg_init_param(&stack, STACK_PARAM); in phpdbg_line_init()1545 phpdbg_init_param(&stack, STACK_PARAM); in phpdbg_interactive()
Completed in 18 milliseconds