Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_object_handlers.c252 static ZEND_COLD zend_never_inline void zend_bad_property_access(zend_property_info *property_info,… in zend_bad_property_access() function
332 zend_bad_property_access(property_info, ce, member); in zend_get_property_offset()
423 zend_bad_property_access(property_info, ce, member); in zend_get_property_info()
1395 zend_bad_property_access(property_info, ce, property_name); in zend_std_get_static_property_with_info()
/PHP-8.0/ext/ffi/
H A Dffi.c4653 static ZEND_COLD zend_never_inline void zend_bad_property_access(zend_class_entry *ce) /* {{{ */ in zend_bad_property_access() function
4661 zend_bad_property_access(obj->ce); in zend_fake_read_property()

Completed in 176 milliseconds