Lines Matching refs:orig_name
3999 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_function_name() local
4004 orig_name, name_ast->attr, &is_fully_qualified)); in zend_compile_function_name()
4290 zend_string *orig_name = zend_ast_get_str(args->child[1]->child[0]); in zend_compile_func_cufa() local
4293 …zend_string *name = zend_resolve_function_name(orig_name, args->child[1]->child[0]->attr, &is_full… in zend_compile_func_cufa()
4598 zend_string *orig_name = zend_ast_get_str(args->child[0]->child[0]); in zend_compile_func_array_slice() local
4600 …zend_string *name = zend_resolve_function_name(orig_name, args->child[0]->child[0]->attr, &is_full… in zend_compile_func_array_slice()
6980 zend_string *orig_name = zend_ast_get_str(ast); in zend_compile_single_typename() local
6991 && zend_is_confusable_type(orig_name, &correct_name) in zend_compile_single_typename()
6992 && zend_is_not_imported(orig_name)) { in zend_compile_single_typename()
6999 ZSTR_VAL(orig_name), correct_name, ZSTR_VAL(class_name), extra); in zend_compile_single_typename()
7005 ZSTR_VAL(orig_name), ZSTR_VAL(class_name), extra); in zend_compile_single_typename()
10739 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const() local
10740 …zend_string *resolved_name = zend_resolve_const_name(orig_name, name_ast->attr, &is_fully_qualifie… in zend_compile_const()
10742 … || (name_ast->attr != ZEND_NAME_RELATIVE && zend_string_equals_literal(orig_name, "__COMPILER_HAL… in zend_compile_const()
11126 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const_expr_const() local
11134 orig_name, name_ast->attr, &is_fully_qualified); in zend_compile_const_expr_const()