Searched refs:return_info (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/opcache/Optimizer/ |
H A D | zend_call_graph.h | 57 zend_ssa_var_info return_info; member
|
H A D | zend_dump.c | 917 …zend_dump_type_info(func_info->return_info.type, func_info->return_info.ce, func_info->return_info… in zend_dump_op_array() 918 zend_dump_range(&func_info->return_info.range); in zend_dump_op_array()
|
H A D | zend_inference.c | 1488 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() 3343 func_info->return_info.ce, in zend_update_type_info() 3344 func_info->return_info.is_instanceof, in zend_update_type_info() 4036 zend_func_return_info(op_array, script, 1, 0, &ZEND_FUNC_INFO(op_array)->return_info); in zend_infer_types()
|
H A D | zend_optimizer.c | 1247 zend_init_func_return_info(call_graph.op_arrays[i], script, &func_info->return_info); in zend_optimize_script()
|
H A D | zend_func_info.c | 1235 ret = info->return_info.type; in zend_get_func_info()
|
/PHP-7.2/Zend/ |
H A D | zend_compile.c | 1277 zend_arg_info return_info = CG(active_op_array)->arg_info[-1]; in zend_mark_function_as_generator() local 1279 if (ZEND_TYPE_CODE(return_info.type) != IS_ITERABLE) { in zend_mark_function_as_generator() 1282 if (!ZEND_TYPE_IS_CLASS(return_info.type)) { in zend_mark_function_as_generator() 2336 znode *expr, zend_arg_info *return_info, zend_bool implicit) /* {{{ */ in zend_emit_return_type_check() argument 2338 if (ZEND_TYPE_IS_SET(return_info->type)) { in zend_emit_return_type_check() 2342 if (ZEND_TYPE_CODE(return_info->type) == IS_VOID) { in zend_emit_return_type_check() 2357 if (ZEND_TYPE_ALLOW_NULL(return_info->type)) { in zend_emit_return_type_check() 2368 if ((ZEND_TYPE_CODE(return_info->type) == Z_TYPE(expr->u.constant)) in zend_emit_return_type_check() 2369 ||((ZEND_TYPE_CODE(return_info->type) == _IS_BOOL) in zend_emit_return_type_check() 2372 || (ZEND_TYPE_ALLOW_NULL(return_info->type) in zend_emit_return_type_check() [all …]
|
Completed in 45 milliseconds