Searched refs:zend_verify_property_access (Results 1 – 1 of 1) sorted by relevance
275 static zend_always_inline int zend_verify_property_access(zend_property_info *property_info, zend_c… in zend_verify_property_access() function344 if (EXPECTED(zend_verify_property_access(property_info, ce) != 0)) { in zend_get_property_offset()425 if (EXPECTED(zend_verify_property_access(property_info, ce) != 0)) { in zend_get_property_info()505 return zend_verify_property_access(property_info, zobj->ce) ? SUCCESS : FAILURE; in zend_check_property_access()1381 if (UNEXPECTED(!zend_verify_property_access(property_info, ce))) { in zend_std_get_static_property()
Completed in 7 milliseconds