Home
last modified time | relevance | path

Searched refs:ZEND_DO_UCALL (Results 1 – 13 of 13) sorted by relevance

/PHP-7.1/ext/opcache/Optimizer/
H A Doptimize_func_calls.c68 case ZEND_DO_UCALL: in zend_delete_call_instructions()
183 case ZEND_DO_UCALL: in zend_optimize_func_calls()
H A Dzend_call_graph.c142 case ZEND_DO_UCALL: in zend_analyze_calls()
H A Dzend_cfg.c68 opcode == ZEND_DO_UCALL || in zend_mark_reachable()
328 case ZEND_DO_UCALL: in zend_build_cfg()
H A Ddfa_pass.c349 if (opline->opcode == ZEND_DO_ICALL || opline->opcode == ZEND_DO_UCALL in opline_supports_assign_contraction()
H A Dzend_inference.c1395 case ZEND_DO_UCALL: in zend_inference_calc_range()
3194 case ZEND_DO_UCALL: in zend_update_type_info()
3635 if (op->opcode == ZEND_DO_UCALL) { in is_recursive_tail_call()
H A Dblock_pass.c1650 case ZEND_DO_UCALL: in zend_t_usage()
/PHP-7.1/Zend/
H A Dzend_vm_opcodes.h199 #define ZEND_DO_UCALL 130 macro
H A Dzend_builtin_functions.c2427 skip->prev_execute_data->opline->opcode != ZEND_DO_UCALL && in ZEND_FUNCTION()
2636 skip->prev_execute_data->opline->opcode != ZEND_DO_UCALL && in zend_fetch_debug_backtrace()
H A Dzend_execute_API.c713 EG(current_execute_data)->opline->opcode != ZEND_DO_UCALL && in zend_call_function()
H A Dzend_execute.c2396 case ZEND_DO_UCALL: in cleanup_unfinished_calls()
2446 case ZEND_DO_UCALL: in cleanup_unfinished_calls()
H A Dzend_compile.c3268 return ZEND_DO_UCALL; in zend_get_call_op()
H A Dzend_vm_def.h3681 ZEND_VM_HANDLER(130, ZEND_DO_UCALL, ANY, ANY, SPEC(RETVAL))
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c1898 execute_data->opline->opcode == ZEND_DO_UCALL || in phpdbg_execute_ex()

Completed in 88 milliseconds