Searched refs:ZEND_ATTRIBUTE_TARGET_CLASS (Results 1 – 5 of 5) sorted by relevance
/php-src/Zend/ |
H A D | zend_attributes_arginfo.h | 87 ZVAL_LONG(&const_TARGET_CLASS_value, ZEND_ATTRIBUTE_TARGET_CLASS); in register_class_Attribute() 144 ZVAL_LONG(&attribute_Attribute_class_Attribute_0_arg0, ZEND_ATTRIBUTE_TARGET_CLASS); in register_class_Attribute() 178 ZVAL_LONG(&attribute_Attribute_class_AllowDynamicProperties_0_arg0, ZEND_ATTRIBUTE_TARGET_CLASS); in register_class_AllowDynamicProperties()
|
H A D | zend_attributes.h | 25 #define ZEND_ATTRIBUTE_TARGET_CLASS (1<<0) macro
|
H A D | zend_compile.c | 9092 zend_compile_attributes(&ce->attributes, decl->child[3], 0, ZEND_ATTRIBUTE_TARGET_CLASS, 0); in zend_compile_class_decl()
|
/php-src/ext/zend_test/ |
H A D | test.c | 896 if (target != ZEND_ATTRIBUTE_TARGET_CLASS) { in zend_attribute_validate_zendtestattribute()
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 4341 ce->attributes, 0, ce, ZEND_ATTRIBUTE_TARGET_CLASS, in ZEND_METHOD()
|
Completed in 91 milliseconds