Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.c921 zend_ast_list *args_ast = zend_ast_get_list(ast->child[1]); in zend_ast_evaluate_inner() local
922 if (args_ast->attr) { in zend_ast_evaluate_inner()
924 HashTable *args = zend_new_array(args_ast->children); in zend_ast_evaluate_inner()
925 for (uint32_t i = 0; i < args_ast->children; i++) { in zend_ast_evaluate_inner()
926 zend_ast *arg_ast = args_ast->child[i]; in zend_ast_evaluate_inner()
961 zval *args = do_alloca(sizeof(zval) * args_ast->children, use_heap); in zend_ast_evaluate_inner()
962 for (uint32_t i = 0; i < args_ast->children; i++) { in zend_ast_evaluate_inner()
963 … if (zend_ast_evaluate_ex(&args[i], args_ast->child[i], scope, &short_circuited, ctx) == FAILURE) { in zend_ast_evaluate_inner()
976 ctor, Z_OBJ_P(result), NULL, args_ast->children, args); in zend_ast_evaluate_inner()
979 for (uint32_t i = 0; i < args_ast->children; i++) { in zend_ast_evaluate_inner()
H A Dzend_compile.c3959 if (args_ast->kind == ZEND_AST_CALLABLE_CONVERT) { in zend_compile_call_common()
4040 zend_compile_call_common(result, args_ast, NULL, lineno); in zend_compile_dynamic_call()
4726 if (args_ast->kind != ZEND_AST_CALLABLE_CONVERT in zend_compile_ns_call()
5092 zend_ast *args_ast = ast->child[2]; in zend_compile_parent_property_hook_call() local
5093 if (args_ast->kind == ZEND_AST_CALLABLE_CONVERT) { in zend_compile_parent_property_hook_call()
5134 zend_ast *args_ast = ast->child[1]; in zend_compile_call() local
5186 zend_ast_get_list(args_ast), fbc, type) == SUCCESS in zend_compile_call()
5214 zend_ast *args_ast = ast->child[2]; in zend_compile_method_call() local
5306 zend_ast *args_ast = ast->child[2]; in zend_compile_static_call() local
5383 zend_ast *args_ast = ast->child[1]; in zend_compile_new() local
[all …]

Completed in 50 milliseconds