Searched refs:zend_get_attribute_object (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_attributes.h | 80 ZEND_API zend_result zend_get_attribute_object(zval *out, zend_class_entry *attribute_ce, zend_attr…
|
H A D | zend_attributes.c | 264 ZEND_API zend_result zend_get_attribute_object(zval *obj, zend_class_entry *attribute_ce, zend_attr… in zend_get_attribute_object() function
|
H A D | zend_execute.c | 1840 if (FAILURE == zend_get_attribute_object(&obj, zend_ce_deprecated, deprecated, scope, NULL)) { in get_deprecation_suffix_from_attribute()
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.c | 7427 if (SUCCESS != zend_get_attribute_object(&obj, ce, attr->data, attr->scope, attr->filename)) { in ZEND_METHOD()
|
Completed in 45 milliseconds