Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_cmd.c48 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()
H A Dphpdbg_cmd.h42 STACK_PARAM, enumerator
H A Dphpdbg_prompt.c98 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 14 milliseconds