Searched refs:hooks_ast (Results 1 – 1 of 1) sorted by relevance
7526 if (!hooks_ast) { in zend_property_is_virtual()7532 zend_ast_list *hooks = zend_ast_get_list(hooks_ast); in zend_property_is_virtual()7596 zend_ast *hooks_ast = param_ast->child[5]; in zend_compile_params() local7601 bool is_promoted = property_flags || hooks_ast; in zend_compile_params()7782 if (ZEND_TYPE_IS_SET(type) || hooks_ast) { in zend_compile_params()7799 if (hooks_ast) { in zend_compile_params()7822 zend_ast *hooks_ast = param_ast->child[5]; in zend_compile_params() local7825 bool is_promoted = flags || hooks_ast; in zend_compile_params()8627 zend_ast *hooks_ast = prop_ast->child[3]; in zend_compile_prop_decl() local8634 if (!hooks_ast) { in zend_compile_prop_decl()[all …]
Completed in 53 milliseconds