Home
last modified time | relevance | path

Searched refs:ZEND_ATTRIBUTE_TARGET_ALL (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_attributes.c61 zend_long flags = ZEND_ATTRIBUTE_TARGET_ALL; in ZEND_METHOD()
291 …declare_class_constant_long(zend_ce_attribute, ZEND_STRL("TARGET_ALL"), ZEND_ATTRIBUTE_TARGET_ALL); in zend_register_attribute_ce()
H A Dzend_attributes.h29 #define ZEND_ATTRIBUTE_TARGET_ALL ((1<<6) - 1) macro
H A Dzend_compile.c6597 if (!(target & (config->flags & ZEND_ATTRIBUTE_TARGET_ALL))) { in zend_compile_attributes()
/PHP-8.1/ext/zend_test/
H A Dtest.c659 …attribute *attr = zend_internal_attribute_register(zend_test_attribute, ZEND_ATTRIBUTE_TARGET_ALL); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c6677 uint32_t flags = ZEND_ATTRIBUTE_TARGET_ALL; in ZEND_METHOD()

Completed in 93 milliseconds