Searched defs:properties (Results 1 – 7 of 7) sorted by relevance
58 HashTable *properties; member
81 HashTable *properties; member
391 HashTable *properties = NULL; in zend_print_flat_zval_r() local441 HashTable *properties; in zend_print_zval_r_to_buf() local
1125 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties) /* {{{ */ in zend_merge_properties()1220 ZEND_API void object_properties_init_ex(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_init_ex()1242 ZEND_API void object_properties_load(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_load()1304 …bject_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable *properties) /* {{{ */ in object_and_properties_init()
1170 HashTable *properties; in ZEND_FUNCTION() local
361 HashTable *properties; member
437 HashTable *properties = Z_OBJ_HT_P(obj)->get_properties(obj); in _class_string() local4402 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(&intern->obj); in ZEND_METHOD() local
Completed in 55 milliseconds