Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_attributes.h78 ZEND_API zend_string *zend_get_attribute_target_names(uint32_t targets);
H A Dzend_attributes.c230 ZEND_API zend_string *zend_get_attribute_target_names(uint32_t flags) in zend_get_attribute_target_names() function
H A Dzend_compile.c6928 zend_string *location = zend_get_attribute_target_names(target); in zend_compile_attributes()
6929 zend_string *allowed = zend_get_attribute_target_names(config->flags); in zend_compile_attributes()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c6781 zend_string *location = zend_get_attribute_target_names(attr->target); in ZEND_METHOD()
6782 zend_string *allowed = zend_get_attribute_target_names(flags); in ZEND_METHOD()

Completed in 59 milliseconds