X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_propro_api.h;h=a33cd34eb98f9639eec17272a8f000a2667488b7;hb=107ea2284072f3f2bf9ea568ad82c047f8206963;hp=2c03c0f8e9a73d1ac9f863e7616fbb62b712735b;hpb=81b8154a9ff02010ac3847147516e8aa242b22aa;p=m6w6%2Fext-propro diff --git a/src/php_propro_api.h b/src/php_propro_api.h index 2c03c0f..a33cd34 100644 --- a/src/php_propro_api.h +++ b/src/php_propro_api.h @@ -21,7 +21,7 @@ * Container for the object/array holding the proxied property. */ struct php_property_proxy { - /** The container holding the property */ + /** The reference to the container holding the property */ zval container; /** The name of the proxied property */ zend_string *member;