diff options
author | Xinchen Hui <laruence@gmail.com> | 2018-07-06 18:37:45 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2018-07-06 18:37:45 +0800 |
commit | e3355ac5ec1787b84ffd08c863dfbd26fe7bfb0f (patch) | |
tree | 7a1cd1b77a93162e0d60b0e90fa269e4338d6ecf /ext/soap/php_packet_soap.c | |
parent | a362ae6b12419369c5cbdbb4e924915f9b196ef6 (diff) | |
download | php-git-e3355ac5ec1787b84ffd08c863dfbd26fe7bfb0f.tar.gz |
Revert "Rename _zval_dtor_func to _ref_dtor_func"
This reverts commit a362ae6b12419369c5cbdbb4e924915f9b196ef6.
Diffstat (limited to 'ext/soap/php_packet_soap.c')
-rw-r--r-- | ext/soap/php_packet_soap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_packet_soap.c b/ext/soap/php_packet_soap.c index 9d1253e1cf..6e8a351c21 100644 --- a/ext/soap/php_packet_soap.c +++ b/ext/soap/php_packet_soap.c @@ -385,7 +385,7 @@ int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunction } else { zend_refcounted *garbage = Z_COUNTED_P(return_value); ZVAL_COPY(return_value, tmp); - ref_dtor_func(garbage); + zval_dtor_func(garbage); } } } |