Searched refs:zend_bad_property_access (Results 1 – 2 of 2) sorted by relevance
299 static ZEND_COLD zend_never_inline void zend_bad_property_access(const zend_property_info *property… in zend_bad_property_access() function407 zend_bad_property_access(property_info, ce, member); in zend_get_property_offset()502 zend_bad_property_access(property_info, ce, member); in zend_get_property_info()1951 zend_bad_property_access(property_info, ce, property_name); in zend_std_get_static_property_with_info()
5142 static ZEND_COLD zend_never_inline void zend_bad_property_access(zend_class_entry *ce) /* {{{ */ in zend_bad_property_access() function5150 zend_bad_property_access(obj->ce); in zend_fake_read_property()
Completed in 28 milliseconds