]> granicus.if.org Git - php/commitdiff
Fix & whitespace
authorZeev Suraski <zeev@php.net>
Mon, 7 Jul 2003 09:08:33 +0000 (09:08 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 7 Jul 2003 09:08:33 +0000 (09:08 +0000)
Zend/zend_objects_API.c

index 34df13e15947b102550051eb2c75409c3c831851..8867080647e0472a3eb70fdcc3dd3f4d427fc700 100644 (file)
@@ -271,23 +271,25 @@ ZEND_API zend_object_handlers *zend_get_std_object_handlers()
 static zend_object_handlers zend_object_proxy_handlers = {
        ZEND_OBJECTS_STORE_HANDLERS,
        
-       NULL,                  /* read_property */
-       NULL,                 /* write_property */
-       NULL,               /* get_property_ptr */
-       NULL,               /* get_property_zval_ptr */
-       zend_object_proxy_get,                   /* get */
-       zend_object_proxy_set,                   /* set */
-       NULL,                   /* has_property */
-       NULL,                   /* unset_property */
-       NULL,                   /* get_properties */
-       NULL,                   /* get_method */
-       NULL,                   /* call_method */
-       NULL,                /* get_constructor */
-       NULL,                /* get_class_entry */
-       NULL,                /* get_class_name */
-       NULL                 /* compare_objects */
+       NULL,                                           /* read_property */
+       NULL,                                           /* write_property */
+       NULL,                                           /* write_dimension */
+       NULL,                                           /* get_property_ptr */
+       NULL,                                           /* get_property_zval_ptr */
+       zend_object_proxy_get,          /* get */
+       zend_object_proxy_set,          /* set */
+       NULL,                                           /* has_property */
+       NULL,                                           /* unset_property */
+       NULL,                                           /* get_properties */
+       NULL,                                           /* get_method */
+       NULL,                                           /* call_method */
+       NULL,                                           /* get_constructor */
+       NULL,                                           /* get_class_entry */
+       NULL,                                           /* get_class_name */
+       NULL                                            /* compare_objects */
 };
 
+
 /*
  * Local variables:
  * tab-width: 4