Lines Matching refs:attributes

154 	HashTable *attributes;  member
1159 static void reflection_attribute_factory(zval *object, HashTable *attributes, zend_attribute *data, in reflection_attribute_factory() argument
1168 reference->attributes = attributes; in reflection_attribute_factory()
1179 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes() argument
1182 ZEND_ASSERT(attributes != NULL); in read_attributes()
1191 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes()
1193 reflection_attribute_factory(&tmp, attributes, attr, scope, target, filename); in read_attributes()
1202 ZEND_HASH_PACKED_FOREACH_PTR(attributes, attr) { in read_attributes()
1225 reflection_attribute_factory(&tmp, attributes, attr, scope, target, filename); in read_attributes()
1233 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes() argument
1261 if (!attributes) { in reflect_attributes()
1267 …if (FAILURE == read_attributes(return_value, attributes, scope, offset, target, name, base, filena… in reflect_attributes()
1999 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD()
2879 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD() local
2883 attributes, param->offset + 1, scope, ZEND_ATTRIBUTE_TARGET_PARAMETER, in ZEND_METHOD()
4070 ref->attributes, 0, ref->ce, ZEND_ATTRIBUTE_TARGET_CLASS_CONST, in ZEND_METHOD()
4492 ce->attributes, 0, ce, ZEND_ATTRIBUTE_TARGET_CLASS, in ZEND_METHOD()
6355 ref->prop->attributes, 0, ref->prop->ce, ZEND_ATTRIBUTE_TARGET_PROPERTY, in ZEND_METHOD()
7277 RETURN_BOOL(zend_is_attribute_repeated(attr->attributes, attr->data)); in ZEND_METHOD()
7332 if (NULL == (marker = zend_get_attribute_str(ce->attributes, ZEND_STRL("attribute")))) { in ZEND_METHOD()
7358 if (zend_is_attribute_repeated(attr->attributes, attr->data)) { in ZEND_METHOD()