Searched refs:zend_bad_property_access (Results 1 – 2 of 2) sorted by relevance
267 static ZEND_COLD zend_never_inline void zend_bad_property_access(const zend_property_info *property… in zend_bad_property_access() function378 zend_bad_property_access(property_info, ce, member); in zend_get_property_offset()469 zend_bad_property_access(property_info, ce, member); in zend_get_property_info()1605 zend_bad_property_access(property_info, ce, property_name); in zend_std_get_static_property_with_info()
5109 static ZEND_COLD zend_never_inline void zend_bad_property_access(zend_class_entry *ce) /* {{{ */ in zend_bad_property_access() function5117 zend_bad_property_access(obj->ce); in zend_fake_read_property()
Completed in 38 milliseconds