Home
last modified time | relevance | path

Searched refs:zend_get_attribute_value (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_attributes.c44 if (FAILURE == zend_get_attribute_value(&flags, attr, 0, scope)) { in zend_attribute_attribute_get_flags()
199 ZEND_API zend_result zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_cla… in zend_get_attribute_value() function
316 if (FAILURE == zend_get_attribute_value(&val, attribute_data, i, scope)) { in zend_get_attribute_object()
H A Dzend_attributes.h78 ZEND_API zend_result zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_cla…
/php-src/ext/reflection/
H A Dphp_reflection.c6719 if (FAILURE == zend_get_attribute_value(&tmp, attr->data, i, attr->scope)) { in ZEND_METHOD()

Completed in 43 milliseconds