Searched refs:hooked_prop (Results 1 – 1 of 1) sorted by relevance
59 zend_class_entry *ce, const zend_property_info *hooked_prop, const zend_function *hook_func);3075 const zend_property_info *hooked_prop; member3167 zend_class_entry *ce, const zend_property_info *hooked_prop, const zend_function *hook_func) { in add_property_hook_obligation() argument3171 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 12 milliseconds