Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_attributes.h82 ZEND_API zend_string *zend_get_attribute_target_names(uint32_t targets);
H A Dzend_attributes.c360 ZEND_API zend_string *zend_get_attribute_target_names(uint32_t flags) in zend_get_attribute_target_names() function
H A Dzend_compile.c7445 zend_string *location = zend_get_attribute_target_names(target); in zend_compile_attributes()
7446 zend_string *allowed = zend_get_attribute_target_names(config->flags); in zend_compile_attributes()
/PHP-8.4/ext/reflection/
H A Dphp_reflection.c7404 zend_string *location = zend_get_attribute_target_names(attr->target); in ZEND_METHOD()
7405 zend_string *allowed = zend_get_attribute_target_names(flags); in ZEND_METHOD()

Completed in 50 milliseconds