Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c3958 static bool zend_compile_call_common(znode *result, zend_ast *args_ast, zend_function *fbc, uint32_… in zend_compile_call_common()
4014 static void zend_compile_dynamic_call(znode *result, znode *name_node, zend_ast *args_ast, uint32_t… in zend_compile_dynamic_call()
4724 static void zend_compile_ns_call(znode *result, znode *name_node, zend_ast *args_ast, uint32_t line… in zend_compile_ns_call()
5096 zend_ast *args_ast = ast->child[2]; in zend_compile_parent_property_hook_call() local
5138 zend_ast *args_ast = ast->child[1]; in zend_compile_call() local
5218 zend_ast *args_ast = ast->child[2]; in zend_compile_method_call() local
5310 zend_ast *args_ast = ast->child[2]; in zend_compile_static_call() local
5387 zend_ast *args_ast = ast->child[1]; in zend_compile_new() local
10632 zend_ast *name_ast, *args_ast, *call_ast; in zend_compile_shell_exec() local
H A Dzend_ast.c921 zend_ast_list *args_ast = zend_ast_get_list(ast->child[1]); in zend_ast_evaluate_inner() local

Completed in 42 milliseconds