Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_object_handlers.c266 static ZEND_COLD zend_never_inline void zend_bad_property_access(const zend_property_info *property… in zend_bad_property_access() function
377 zend_bad_property_access(property_info, ce, member); in zend_get_property_offset()
468 zend_bad_property_access(property_info, ce, member); in zend_get_property_info()
1600 zend_bad_property_access(property_info, ce, property_name); in zend_std_get_static_property_with_info()
/PHP-8.2/ext/ffi/
H A Dffi.c5098 static ZEND_COLD zend_never_inline void zend_bad_property_access(zend_class_entry *ce) /* {{{ */ in zend_bad_property_access() function
5106 zend_bad_property_access(obj->ce); in zend_fake_read_property()

Completed in 27 milliseconds