Home
last modified time | relevance | path

Searched refs:zend_is_attribute_repeated (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_attributes.h79 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr);
H A Dzend_attributes.c239 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr) in zend_is_attribute_repeated() function
H A Dzend_compile.c7087 if (zend_is_attribute_repeated(*attributes, attr)) { in zend_compile_attributes()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c6633 RETURN_BOOL(zend_is_attribute_repeated(attr->attributes, attr->data)); in ZEND_METHOD()
6811 if (zend_is_attribute_repeated(attr->attributes, attr->data)) { in ZEND_METHOD()

Completed in 56 milliseconds