We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1e9b7 commit 4c67f7eCopy full SHA for 4c67f7e
Zend/zend_variables.h
@@ -92,7 +92,7 @@ ZEND_API void _zval_internal_ptr_dtor(zval *zvalue ZEND_FILE_LINE_DC);
92
/* Kept for compatibility */
93
#define zval_dtor(zvalue) zval_ptr_dtor_nogc(zvalue)
94
#define zval_internal_dtor(zvalue) _zval_internal_ptr_dtor((zvalue) ZEND_FILE_LINE_CC)
95
-#define zval_dtor_func _ref_dtor_func
+#define zval_dtor_func _rc_dtor_func
96
97
#if ZEND_DEBUG
98
ZEND_API void _zval_ptr_dtor_wrapper(zval *zval_ptr);
0 commit comments