Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_attributes.h31 #define ZEND_ATTRIBUTE_TARGET_ALL ((1<<6) - 1) macro
H A Dzend_attributes.c68 return ZEND_ATTRIBUTE_TARGET_ALL; in zend_attribute_attribute_get_flags()
99 zend_long flags = ZEND_ATTRIBUTE_TARGET_ALL; in ZEND_METHOD()
H A Dzend_attributes_arginfo.h123 ZVAL_LONG(&const_TARGET_ALL_value, ZEND_ATTRIBUTE_TARGET_ALL); in register_class_Attribute()
H A Dzend_compile.c7386 if (config && !(target & (config->flags & ZEND_ATTRIBUTE_TARGET_ALL))) { in zend_compile_attributes()
7387 if (promoted & (config->flags & ZEND_ATTRIBUTE_TARGET_ALL)) { in zend_compile_attributes()
7444 if (!(target & (config->flags & ZEND_ATTRIBUTE_TARGET_ALL))) { in zend_compile_attributes()
/php-src/ext/zend_test/
H A Dtest_arginfo.h852 ZVAL_LONG(&attribute_Attribute_class_ZendTestAttribute_0_arg0, ZEND_ATTRIBUTE_TARGET_ALL); in register_class_ZendTestAttribute()
884 …_LONG(&attribute_Attribute_class_ZendTestAttributeWithArguments_0_arg0, ZEND_ATTRIBUTE_TARGET_ALL); in register_class_ZendTestAttributeWithArguments()
906 …ZVAL_LONG(&attribute_Attribute_class_ZendTestRepeatableAttribute_0_arg0, ZEND_ATTRIBUTE_TARGET_ALL in register_class_ZendTestRepeatableAttribute()

Completed in 46 milliseconds