Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c5075 zend_ast *method_ast = ast->child[1]; in zend_compile_parent_property_hook_call() local
5084 || method_ast->kind != ZEND_AST_ZVAL in zend_compile_parent_property_hook_call()
5085 || Z_TYPE_P(zend_ast_get_zval(method_ast)) != IS_STRING in zend_compile_parent_property_hook_call()
5086 || (!zend_string_equals_literal_ci(zend_ast_get_str(method_ast), "get") in zend_compile_parent_property_hook_call()
5102 zend_string *hook_name = zend_ast_get_str(method_ast); in zend_compile_parent_property_hook_call()
5217 zend_ast *method_ast = ast->child[1]; in zend_compile_method_call() local
5244 zend_compile_expr(&method_node, method_ast); in zend_compile_method_call()
5309 zend_ast *method_ast = ast->child[1]; in zend_compile_static_call() local
5323 zend_compile_expr(&method_node, method_ast); in zend_compile_static_call()
8823 zend_ast *method_ast = ast->child[1]; in zend_compile_method_ref() local
[all …]

Completed in 33 milliseconds