Skip to content

Commit 4c67f7e

Browse files
committed
Forgotten one replacement
1 parent 9d1e9b7 commit 4c67f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_variables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ZEND_API void _zval_internal_ptr_dtor(zval *zvalue ZEND_FILE_LINE_DC);
9292
/* Kept for compatibility */
9393
#define zval_dtor(zvalue) zval_ptr_dtor_nogc(zvalue)
9494
#define zval_internal_dtor(zvalue) _zval_internal_ptr_dtor((zvalue) ZEND_FILE_LINE_CC)
95-
#define zval_dtor_func _ref_dtor_func
95+
#define zval_dtor_func _rc_dtor_func
9696

9797
#if ZEND_DEBUG
9898
ZEND_API void _zval_ptr_dtor_wrapper(zval *zval_ptr);

0 commit comments

Comments
 (0)