Searched refs:zend_get_attribute_value (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_attributes.c | 48 if (FAILURE == zend_get_attribute_value(&flags, attr, 0, scope)) { in zend_attribute_attribute_get_flags() 203 ZEND_API zend_result zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_cla… in zend_get_attribute_value() function
|
H A D | zend_attributes.h | 76 ZEND_API zend_result zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_cla…
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 6670 if (FAILURE == zend_get_attribute_value(&tmp, attr->data, i, attr->scope)) { in ZEND_METHOD() 6837 if (FAILURE == zend_get_attribute_value(&val, attr->data, i, attr->scope)) { in ZEND_METHOD()
|
Completed in 28 milliseconds