obj_ht 1024 Zend/zend_API.c zend_object_handlers *obj_ht = va_arg(args, zend_object_handlers *); obj_ht 1029 Zend/zend_API.c obj_ht->write_property(obj, member, *value, 0 TSRMLS_CC); obj_ht 1040 Zend/zend_API.c const zend_object_handlers *obj_ht = Z_OBJ_HT_P(obj); obj_ht 1044 Zend/zend_API.c zend_hash_apply_with_arguments(properties TSRMLS_CC, (apply_func_args_t)zend_merge_property, 2, obj, obj_ht); obj_ht 710 Zend/zend_operators.c HashTable *obj_ht = Z_OBJ_HT_P(op)->get_properties(op TSRMLS_CC); obj_ht 711 Zend/zend_operators.c if (obj_ht) { obj_ht 712 Zend/zend_operators.c zend_hash_copy(ht, obj_ht, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *));