Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_ast.c802 zend_ast *arg_ast = args_ast->child[i]; in zend_ast_evaluate() local
805 if (arg_ast->kind == ZEND_AST_NAMED_ARG) { in zend_ast_evaluate()
806 name = zend_ast_get_str(arg_ast->child[0]); in zend_ast_evaluate()
807 arg_ast = arg_ast->child[1]; in zend_ast_evaluate()
809 if (zend_ast_evaluate(&arg, arg_ast, scope) == FAILURE) { in zend_ast_evaluate()
H A Dzend_compile.c4103 zend_ast *arg_ast = args->child[i]; in zend_compile_func_cuf() local
4107 zend_compile_expr(&arg_node, arg_ast); in zend_compile_func_cuf()
6560 zend_ast *arg_ast = *arg_ast_ptr; in zend_compile_attributes() local
6562 if (arg_ast->kind == ZEND_AST_UNPACK) { in zend_compile_attributes()
6567 if (arg_ast->kind == ZEND_AST_NAMED_ARG) { in zend_compile_attributes()
6568 attr->args[j].name = zend_string_copy(zend_ast_get_str(arg_ast->child[0])); in zend_compile_attributes()
6569 arg_ast_ptr = &arg_ast->child[1]; in zend_compile_attributes()

Completed in 59 milliseconds