Lines Matching refs:orig_name

3590 	zend_string *orig_name = zend_ast_get_str(name_ast);  in zend_compile_function_name()  local
3595 orig_name, name_ast->attr, &is_fully_qualified)); in zend_compile_function_name()
3875 zend_string *orig_name = zend_ast_get_str(args->child[1]->child[0]); in zend_compile_func_cufa() local
3878 …zend_string *name = zend_resolve_function_name(orig_name, args->child[1]->child[0]->attr, &is_full… in zend_compile_func_cufa()
4183 zend_string *orig_name = zend_ast_get_str(args->child[0]->child[0]); in zend_compile_func_array_slice() local
4185 …zend_string *name = zend_resolve_function_name(orig_name, args->child[0]->child[0]->attr, &is_full… in zend_compile_func_array_slice()
6051 zend_string *orig_name = zend_ast_get_str(ast); in zend_compile_single_typename() local
6062 && zend_is_confusable_type(orig_name, &correct_name) in zend_compile_single_typename()
6063 && zend_is_not_imported(orig_name)) { in zend_compile_single_typename()
6070 ZSTR_VAL(orig_name), correct_name, ZSTR_VAL(class_name), extra); in zend_compile_single_typename()
6076 ZSTR_VAL(orig_name), ZSTR_VAL(class_name), extra); in zend_compile_single_typename()
8916 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const() local
8917 …zend_string *resolved_name = zend_resolve_const_name(orig_name, name_ast->attr, &is_fully_qualifie… in zend_compile_const()
8919 … || (name_ast->attr != ZEND_NAME_RELATIVE && zend_string_equals_literal(orig_name, "__COMPILER_HAL… in zend_compile_const()
9278 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const_expr_const() local
9284 orig_name, name_ast->attr, &is_fully_qualified); in zend_compile_const_expr_const()