Searched refs:zend_property_hook_find_property_usage (Results 1 – 1 of 1) sorted by relevance
7472 static void zend_property_hook_find_property_usage(zend_ast **ast_ptr, void *_context) /* {{{ */ in zend_property_hook_find_property_usage() function7501 zend_ast_apply(ast, zend_property_hook_find_property_usage, context); in zend_property_hook_find_property_usage()7513 zend_property_hook_find_property_usage(&hook_ast, &context); in zend_property_hook_uses_property()
Completed in 30 milliseconds