Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_attributes.h83 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr);
H A Dzend_attributes.c377 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr) in zend_is_attribute_repeated() function
H A Dzend_compile.c7454 if (zend_is_attribute_repeated(*attributes, attr)) { in zend_compile_attributes()
/php-src/ext/reflection/
H A Dphp_reflection.c7285 RETURN_BOOL(zend_is_attribute_repeated(attr->attributes, attr->data)); in ZEND_METHOD()
7366 if (zend_is_attribute_repeated(attr->attributes, attr->data)) { in ZEND_METHOD()

Completed in 70 milliseconds