Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.h57 zend_ssa_var_info return_info; member
H A Dzend_dump.c972 …zend_dump_type_info(func_info->return_info.type, func_info->return_info.ce, func_info->return_info in zend_dump_op_array()
973 zend_dump_range(&func_info->return_info.range); in zend_dump_op_array()
H A Dzend_inference.c1478 if (func_info && func_info->return_info.has_range) { in zend_inference_calc_range()
1479 *tmp = func_info->return_info.range; in zend_inference_calc_range()
3615 func_info->return_info.ce, in zend_update_type_info()
3616 func_info->return_info.is_instanceof, in zend_update_type_info()
4326 zend_func_return_info(op_array, script, 1, 0, &ZEND_FUNC_INFO(op_array)->return_info); in zend_infer_types()
H A Dzend_optimizer.c1387 zend_init_func_return_info(call_graph.op_arrays[i], script, &func_info->return_info); in zend_optimize_script()
H A Dzend_func_info.c1663 ret = info->return_info.type; in zend_get_func_info()
/PHP-7.4/Zend/
H A Dzend_compile.c1124 zend_arg_info return_info = CG(active_op_array)->arg_info[-1]; in zend_mark_function_as_generator() local
1126 if (ZEND_TYPE_CODE(return_info.type) != IS_ITERABLE) { in zend_mark_function_as_generator()
1129 if (!ZEND_TYPE_IS_CLASS(return_info.type)) { in zend_mark_function_as_generator()
2105 znode *expr, zend_arg_info *return_info, zend_bool implicit) /* {{{ */ in zend_emit_return_type_check() argument
2107 if (ZEND_TYPE_IS_SET(return_info->type)) { in zend_emit_return_type_check()
2111 if (ZEND_TYPE_CODE(return_info->type) == IS_VOID) { in zend_emit_return_type_check()
2126 if (ZEND_TYPE_ALLOW_NULL(return_info->type)) { in zend_emit_return_type_check()
2137 if ((ZEND_TYPE_CODE(return_info->type) == Z_TYPE(expr->u.constant)) in zend_emit_return_type_check()
2138 ||((ZEND_TYPE_CODE(return_info->type) == _IS_BOOL) in zend_emit_return_type_check()
2141 || (ZEND_TYPE_ALLOW_NULL(return_info->type) in zend_emit_return_type_check()
[all …]

Completed in 59 milliseconds