Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c3924 zend_ast *arg_ast = args->child[i]; in zend_compile_func_cuf() local
3928 zend_compile_expr(&arg_node, arg_ast); in zend_compile_func_cuf()
6279 zend_ast *arg_ast = *arg_ast_ptr; in zend_compile_attributes() local
6281 if (arg_ast->kind == ZEND_AST_UNPACK) { in zend_compile_attributes()
6286 if (arg_ast->kind == ZEND_AST_NAMED_ARG) { in zend_compile_attributes()
6287 attr->args[j].name = zend_string_copy(zend_ast_get_str(arg_ast->child[0])); in zend_compile_attributes()
6288 arg_ast_ptr = &arg_ast->child[1]; in zend_compile_attributes()

Completed in 30 milliseconds