summaryrefslogtreecommitdiff
path: root/ext/soap/php_packet_soap.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-07-06 18:37:45 +0800
committerXinchen Hui <laruence@gmail.com>2018-07-06 18:37:45 +0800
commite3355ac5ec1787b84ffd08c863dfbd26fe7bfb0f (patch)
tree7a1cd1b77a93162e0d60b0e90fa269e4338d6ecf /ext/soap/php_packet_soap.c
parenta362ae6b12419369c5cbdbb4e924915f9b196ef6 (diff)
downloadphp-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.c2
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);
}
}
}