Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.h143 PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, zend_bool allow_async_unsafe);
H A Dphpdbg_cmd.c717 PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, zend_bool allow_async_unsafe) { in phpdbg_stack_execute() function
H A Dphpdbg_prompt.c275 switch (phpdbg_stack_execute(&stack, 1 /* allow_async_unsafe == 1 */)) { in phpdbg_line_init()
1583 switch (ret = phpdbg_stack_execute(&stack, allow_async_unsafe)) { in phpdbg_interactive()

Completed in 17 milliseconds