Home
last modified time | relevance | path

Searched refs:return_info (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_call_graph.h57 zend_ssa_var_info return_info; member
H A Dzend_dump.c966 …zend_dump_type_info(func_info->return_info.type, func_info->return_info.ce, func_info->return_info in zend_dump_op_array()
967 zend_dump_range(&func_info->return_info.range); in zend_dump_op_array()
H A Dzend_inference.c1488 if (func_info && func_info->return_info.has_range) { in zend_inference_calc_range()
1489 *tmp = func_info->return_info.range; in zend_inference_calc_range()
3397 func_info->return_info.ce, in zend_update_type_info()
3398 func_info->return_info.is_instanceof, in zend_update_type_info()
4097 zend_func_return_info(op_array, script, 1, 0, &ZEND_FUNC_INFO(op_array)->return_info); in zend_infer_types()
H A Dzend_optimizer.c1523 zend_init_func_return_info(call_graph.op_arrays[i], script, &func_info->return_info); in zend_optimize_script()
H A Dzend_func_info.c1724 ret = info->return_info.type; in zend_get_func_info()
/PHP-7.3/Zend/
H A Dzend_compile.c1238 zend_arg_info return_info = CG(active_op_array)->arg_info[-1]; in zend_mark_function_as_generator() local
1240 if (ZEND_TYPE_CODE(return_info.type) != IS_ITERABLE) { in zend_mark_function_as_generator()
1243 if (!ZEND_TYPE_IS_CLASS(return_info.type)) { in zend_mark_function_as_generator()
2305 znode *expr, zend_arg_info *return_info, zend_bool implicit) /* {{{ */ in zend_emit_return_type_check() argument
2307 if (ZEND_TYPE_IS_SET(return_info->type)) { in zend_emit_return_type_check()
2311 if (ZEND_TYPE_CODE(return_info->type) == IS_VOID) { in zend_emit_return_type_check()
2326 if (ZEND_TYPE_ALLOW_NULL(return_info->type)) { in zend_emit_return_type_check()
2337 if ((ZEND_TYPE_CODE(return_info->type) == Z_TYPE(expr->u.constant)) in zend_emit_return_type_check()
2338 ||((ZEND_TYPE_CODE(return_info->type) == _IS_BOOL) in zend_emit_return_type_check()
2341 || (ZEND_TYPE_ALLOW_NULL(return_info->type) in zend_emit_return_type_check()
[all …]

Completed in 60 milliseconds