X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_propro.h;h=d5a544090905b97eb2c11bc2a69696aed855380e;hb=ca9aa25ab037d37266d13c4fca034955e1c61539;hp=511f468e12af73ec5206502a7955cb5eb0a84af9;hpb=78ce5324565228f14ec2f32c96ad2f3972c8440f;p=m6w6%2Fext-propro diff --git a/php_propro.h b/php_propro.h index 511f468..d5a5440 100644 --- a/php_propro.h +++ b/php_propro.h @@ -115,7 +115,7 @@ typedef struct php_property_proxy_object php_property_proxy_object_t; * @return a new property proxy */ PHP_PROPRO_API php_property_proxy_t *php_property_proxy_init(zval *container, - zend_string *member TSRMLS_DC); + zend_string *member); /** * Destroy and free a property proxy.