Browse Source

WS

PEAR_1_4DEV
Marcus Boerger 23 years ago
parent
commit
7a12eb8a2d
  1. 2
      Zend/zend_object_handlers.h

2
Zend/zend_object_handlers.h

@ -90,7 +90,7 @@ typedef struct _zend_object_handlers {
zend_object_add_ref_t add_ref;
zend_object_del_ref_t del_ref;
zend_object_delete_obj_t delete_obj;
zend_object_clone_obj_t clone_obj;
zend_object_clone_obj_t clone_obj;
/* individual object functions */
zend_object_read_property_t read_property;
zend_object_write_property_t write_property;

Loading…
Cancel
Save