Lines Matching refs:attributes
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…
73 ZEND_API zend_attribute *zend_get_parameter_attribute_str(HashTable *attributes, const char *str, s…
78 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr);
85 HashTable **attributes, zend_string *name, uint32_t argc,
95 return zend_add_attribute(&ce->attributes, name, argc, flags, 0, 0); in END_EXTERN_C()
101 return zend_add_attribute(&func->common.attributes, name, argc, flags, 0, 0); in zend_add_function_attribute()
107 return zend_add_attribute(&func->common.attributes, name, argc, flags, offset + 1, 0); in zend_add_parameter_attribute()
113 return zend_add_attribute(&info->attributes, name, argc, flags, 0, 0); in zend_add_property_attribute()
119 return zend_add_attribute(&c->attributes, name, argc, flags, 0, 0); in zend_add_class_constant_attribute()