Searched refs:ZEND_ATTRIBUTE_TARGET_PARAMETER (Results 1 – 5 of 5) sorted by relevance
/php-src/Zend/ |
H A D | zend_attributes_arginfo.h | 117 ZVAL_LONG(&const_TARGET_PARAMETER_value, ZEND_ATTRIBUTE_TARGET_PARAMETER); in register_class_Attribute() 195 ZVAL_LONG(&attribute_Attribute_class_SensitiveParameter_0_arg0, ZEND_ATTRIBUTE_TARGET_PARAMETER); in register_class_SensitiveParameter()
|
H A D | zend_attributes.h | 30 #define ZEND_ATTRIBUTE_TARGET_PARAMETER (1<<5) macro
|
H A D | zend_compile.c | 7662 &op_array->attributes, attributes_ast, i + 1, ZEND_ATTRIBUTE_TARGET_PARAMETER, in zend_compile_params() 7810 …p->attributes, attributes_ast, 0, ZEND_ATTRIBUTE_TARGET_PROPERTY, ZEND_ATTRIBUTE_TARGET_PARAMETER); in zend_compile_params()
|
/php-src/ext/zend_test/ |
H A D | test_arginfo.h | 962 …ONG(&attribute_Attribute_class_ZendTestParameterAttribute_0_arg0, ZEND_ATTRIBUTE_TARGET_PARAMETER); in register_class_ZendTestParameterAttribute()
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 2819 attributes, param->offset + 1, scope, ZEND_ATTRIBUTE_TARGET_PARAMETER, in ZEND_METHOD()
|
Completed in 69 milliseconds