summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-07-06 19:18:06 +0800
committerXinchen Hui <laruence@gmail.com>2018-07-06 19:18:06 +0800
commit4c67f7e0126fc29bacf2f354660dbc70a6636f83 (patch)
tree9f3ceb749a7a4f8c2151c619b113c85404c03d78 /Zend/zend_variables.h
parent9d1e9b73c5694b979b13660bc5b9e7a1c6c26104 (diff)
downloadphp-git-4c67f7e0126fc29bacf2f354660dbc70a6636f83.tar.gz
Forgotten one replacement
Diffstat (limited to 'Zend/zend_variables.h')
-rw-r--r--Zend/zend_variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h
index 9ffbc958c0..2dcd106da6 100644
--- a/Zend/zend_variables.h
+++ b/Zend/zend_variables.h
@@ -92,7 +92,7 @@ ZEND_API void _zval_internal_ptr_dtor(zval *zvalue ZEND_FILE_LINE_DC);
/* Kept for compatibility */
#define zval_dtor(zvalue) zval_ptr_dtor_nogc(zvalue)
#define zval_internal_dtor(zvalue) _zval_internal_ptr_dtor((zvalue) ZEND_FILE_LINE_CC)
-#define zval_dtor_func _ref_dtor_func
+#define zval_dtor_func _rc_dtor_func
#if ZEND_DEBUG
ZEND_API void _zval_ptr_dtor_wrapper(zval *zval_ptr);