Searched refs:zend_attribute (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_attributes.h | 38 (sizeof(zend_attribute) + sizeof(zend_attribute_arg) * (argc) - sizeof(zend_attribute_arg)) 61 } zend_attribute; typedef 66 void (*validator)(zend_attribute *attr, uint32_t target, zend_class_entry *scope); 69 ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_string *lcname); 70 ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, const char *str, size_t len); 72 ZEND_API zend_attribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, u… 75 ZEND_API zend_result zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_cla… 78 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr); 84 ZEND_API zend_attribute *zend_add_attribute( 88 uint32_t zend_attribute_attribute_get_flags(zend_attribute *attr, zend_class_entry *scope); [all …]
|
H A D | zend_attributes.c | 37 void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_attribute() 74 zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_allow_dynamic_properties() 162 zend_attribute *attr; in get_attribute() 177 zend_attribute *attr; in get_attribute_str() 189 ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_string *lcname) in zend_get_attribute() 253 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr) in zend_is_attribute_repeated() 255 zend_attribute *other; in zend_is_attribute_repeated() 270 zend_attribute *attr = Z_PTR_P(v); in attr_free() 298 zend_attribute *attr = pemalloc(ZEND_ATTRIBUTE_SIZE(argc), persistent); in zend_add_attribute() 331 zend_attribute *attr; in zend_mark_internal_attribute() [all …]
|
H A D | zend_attributes_arginfo.h | 129 …zend_attribute *attribute_Attribute_class_Attribute = zend_add_class_attribute(class_entry, attrib… in register_class_Attribute() 147 …zend_attribute *attribute_Attribute_class_ReturnTypeWillChange = zend_add_class_attribute(class_en… in register_class_ReturnTypeWillChange() 165 …zend_attribute *attribute_Attribute_class_AllowDynamicProperties = zend_add_class_attribute(class_… in register_class_AllowDynamicProperties() 183 …zend_attribute *attribute_Attribute_class_SensitiveParameter = zend_add_class_attribute(class_entr… in register_class_SensitiveParameter()
|
H A D | zend_builtin_functions.c | 1560 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() 1592 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args() 1631 zend_attribute *attribute = zend_get_parameter_attribute_str( in debug_backtrace_get_args()
|
H A D | zend.c | 674 zend_attribute *old_attr; in function_copy_ctor() 680 zend_attribute *attr; in function_copy_ctor()
|
H A D | zend_inheritance.c | 1036 zend_attribute *return_type_will_change_attribute = zend_get_attribute_str( in emit_incompatible_method_error()
|
H A D | zend_compile.c | 6678 zend_attribute *attr; in zend_compile_attributes()
|
/PHP-8.2/ext/zend_test/ |
H A D | test.c | 707 void zend_attribute_validate_zendtestattribute(zend_attribute *attr, uint32_t target, zend_class_en… in zend_attribute_validate_zendtestattribute() 956 zend_attribute *attr; in PHP_MINIT_FUNCTION() 974 zend_attribute *attr; in PHP_MINIT_FUNCTION() 998 zend_attribute *attr; in PHP_MINIT_FUNCTION()
|
H A D | test_arginfo.h | 610 …zend_attribute *attribute_Attribute_class_ZendTestAttribute = zend_add_class_attribute(class_entry… in register_class_ZendTestAttribute() 636 …zend_attribute *attribute_Attribute_class_ZendTestParameterAttribute = zend_add_class_attribute(cl… in register_class_ZendTestParameterAttribute() 662 …zend_attribute *attribute_Attribute_class_ZendTestPropertyAttribute = zend_add_class_attribute(cla… in register_class_ZendTestPropertyAttribute()
|
/PHP-8.2/ext/opcache/ |
H A D | zend_persist_calc.c | 161 zend_attribute *attr; in zend_persist_attributes_calc()
|
H A D | zend_persist.c | 291 zend_attribute *attr = Z_PTR_P(v); in zend_persist_attributes() 292 zend_attribute *copy = zend_shared_memdup_put_free(attr, ZEND_ATTRIBUTE_SIZE(attr->argc)); in zend_persist_attributes()
|
H A D | zend_file_cache.c | 421 zend_attribute *attr = Z_PTR_P(zv); 1265 zend_attribute *attr;
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.c | 147 zend_attribute *data; 1111 static void reflection_attribute_factory(zval *object, HashTable *attributes, zend_attribute *data, in reflection_attribute_factory() 1135 zend_attribute *attr; in read_attributes() 6652 zend_attribute *attr, zend_class_entry *ce, zend_object *obj, in call_attribute_constructor() 6742 zend_attribute *marker; in ZEND_METHOD()
|
Completed in 97 milliseconds