Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c3157 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_function_name() local
3162 orig_name, name_ast->attr, &is_fully_qualified)); in zend_compile_function_name()
3430 zend_string *orig_name = zend_ast_get_str(args->child[1]->child[0]); in zend_compile_func_cufa() local
3433 …zend_string *name = zend_resolve_function_name(orig_name, args->child[1]->child[0]->attr, &is_full… in zend_compile_func_cufa()
3730 zend_string *orig_name = zend_ast_get_str(args->child[0]->child[0]); in zend_compile_func_array_slice() local
3732 …zend_string *name = zend_resolve_function_name(orig_name, args->child[0]->child[0]->attr, &is_full… in zend_compile_func_array_slice()
8005 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const() local
8006 …zend_string *resolved_name = zend_resolve_const_name(orig_name, name_ast->attr, &is_fully_qualifie… in zend_compile_const()
8008 … || (name_ast->attr != ZEND_NAME_RELATIVE && zend_string_equals_literal(orig_name, "__COMPILER_HAL… in zend_compile_const()
8362 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const_expr_const() local
[all …]

Completed in 26 milliseconds