Home
last modified time | relevance | path

Searched refs:zend_attribute (Results 1 – 13 of 13) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_attributes.h38 (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 Dzend_attributes.c37 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 Dzend_attributes_arginfo.h129zend_attribute *attribute_Attribute_class_Attribute = zend_add_class_attribute(class_entry, attrib… in register_class_Attribute()
147zend_attribute *attribute_Attribute_class_ReturnTypeWillChange = zend_add_class_attribute(class_en… in register_class_ReturnTypeWillChange()
165zend_attribute *attribute_Attribute_class_AllowDynamicProperties = zend_add_class_attribute(class_… in register_class_AllowDynamicProperties()
183zend_attribute *attribute_Attribute_class_SensitiveParameter = zend_add_class_attribute(class_entr… in register_class_SensitiveParameter()
H A Dzend_builtin_functions.c1560 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 Dzend.c674 zend_attribute *old_attr; in function_copy_ctor()
680 zend_attribute *attr; in function_copy_ctor()
H A Dzend_inheritance.c1036 zend_attribute *return_type_will_change_attribute = zend_get_attribute_str( in emit_incompatible_method_error()
H A Dzend_compile.c6678 zend_attribute *attr; in zend_compile_attributes()
/PHP-8.2/ext/zend_test/
H A Dtest.c707 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 Dtest_arginfo.h610zend_attribute *attribute_Attribute_class_ZendTestAttribute = zend_add_class_attribute(class_entry… in register_class_ZendTestAttribute()
636zend_attribute *attribute_Attribute_class_ZendTestParameterAttribute = zend_add_class_attribute(cl… in register_class_ZendTestParameterAttribute()
662zend_attribute *attribute_Attribute_class_ZendTestPropertyAttribute = zend_add_class_attribute(cla… in register_class_ZendTestPropertyAttribute()
/PHP-8.2/ext/opcache/
H A Dzend_persist_calc.c161 zend_attribute *attr; in zend_persist_attributes_calc()
H A Dzend_persist.c291 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 Dzend_file_cache.c421 zend_attribute *attr = Z_PTR_P(zv);
1265 zend_attribute *attr;
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c147 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