Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/Optimizer/
H A Doptimize_func_calls.c69 case ZEND_DO_UCALL: in zend_delete_call_instructions()
185 case ZEND_DO_UCALL: in zend_optimize_func_calls()
H A Dzend_call_graph.c140 case ZEND_DO_UCALL: in zend_analyze_calls()
H A Ddce.c160 case ZEND_DO_UCALL: in may_have_side_effects()
352 case ZEND_DO_UCALL: in try_remove_var_def()
H A Dzend_cfg.c57 opcode == ZEND_DO_UCALL || in zend_mark_reachable()
330 case ZEND_DO_UCALL: in zend_build_cfg()
H A Ddfa_pass.c353 if (opline->opcode == ZEND_DO_ICALL || opline->opcode == ZEND_DO_UCALL in opline_supports_assign_contraction()
H A Dzend_inference.c1473 case ZEND_DO_UCALL: in zend_inference_calc_range()
3378 case ZEND_DO_UCALL: in zend_update_type_info()
3841 if (op->opcode == ZEND_DO_UCALL) { in is_recursive_tail_call()
H A Dzend_optimizer.c645 case ZEND_DO_UCALL: in zend_determine_constructor_call()
H A Dblock_pass.c1778 case ZEND_DO_UCALL: in zend_t_usage()
/PHP-7.3/Zend/
H A Dzend_vm_opcodes.h207 #define ZEND_DO_UCALL 130 macro
H A Dzend_builtin_functions.c2292 skip->prev_execute_data->opline->opcode != ZEND_DO_UCALL && in ZEND_FUNCTION()
2501 skip->prev_execute_data->opline->opcode != ZEND_DO_UCALL && in zend_fetch_debug_backtrace()
H A Dzend_execute_API.c633 EG(current_execute_data)->opline->opcode != ZEND_DO_UCALL && in zend_call_function()
H A Dzend_execute.c2740 case ZEND_DO_UCALL: in cleanup_unfinished_calls()
2791 case ZEND_DO_UCALL: in cleanup_unfinished_calls()
H A Dzend_compile.c2006 case ZEND_DO_UCALL: in zend_find_live_range()
3296 return ZEND_DO_UCALL; in zend_get_call_op()
H A Dzend_vm_def.h3555 ZEND_VM_HOT_HANDLER(130, ZEND_DO_UCALL, ANY, ANY, SPEC(RETVAL))
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c1899 execute_data->opline->opcode == ZEND_DO_UCALL || in phpdbg_execute_ex()

Completed in 99 milliseconds