Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_inheritance.c59 zend_class_entry *ce, const zend_property_info *hooked_prop, const zend_function *hook_func);
3075 const zend_property_info *hooked_prop; member
3167 zend_class_entry *ce, const zend_property_info *hooked_prop, const zend_function *hook_func) { in add_property_hook_obligation() argument
3171 obligation->hooked_prop = hooked_prop; in add_property_hook_obligation()
3208 …inheritance_status status = zend_verify_property_hook_variance(obligation->hooked_prop, obligation… in check_variance_obligation()
3210 zend_hooked_property_variance_error(obligation->hooked_prop); in check_variance_obligation()

Completed in 16 milliseconds