Lines Matching refs:HashTable

154 	HashTable *attributes;
279 static HashTable *reflection_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc()
481 HashTable *properties = zend_get_properties_no_lazy_init(Z_OBJ_P(obj)); in _class_string()
779 const HashTable *static_variables; in _function_closure_string()
1159 static void reflection_attribute_factory(zval *object, HashTable *attributes, zend_attribute *data, in reflection_attribute_factory()
1179 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes()
1233 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes()
1805 HashTable *static_variables = ZEND_MAP_PTR_GET(ops->static_variables_ptr); in ZEND_METHOD()
2017 HashTable *ht; in ZEND_METHOD()
2038 HashTable *named_params; in ZEND_METHOD()
2080 HashTable *params; in ZEND_METHOD()
2879 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD()
3428 HashTable *named_params = NULL; in reflection_method_invoke()
4572 static bool _addmethod(zend_function *mptr, zend_class_entry *ce, HashTable *ht, zend_long filter) in _addmethod()
4729 …perty(zend_property_info *pptr, zend_string *key, zend_class_entry *ce, HashTable *ht, long filter) in _addproperty()
4791 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(Z_OBJ(intern->obj)); in ZEND_METHOD()
4891 HashTable *constants_table; in ZEND_METHOD()
5099 HashTable *named_params; in ZEND_METHOD()
5152 HashTable *args = NULL; in ZEND_METHOD()
7097 static bool is_ignorable_reference(HashTable *ht, zval *ref) { in is_ignorable_reference()
7110 HashTable *ht; in ZEND_METHOD()