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 dfcae1a commit b752489Copy full SHA for b752489
Zend/zend_variables.h
@@ -80,7 +80,6 @@ ZEND_API void zval_ptr_dtor(zval *zval_ptr);
80
ZEND_API void zval_internal_ptr_dtor(zval *zvalue);
81
82
/* Kept for compatibility */
83
-#define zval_dtor(zvalue) zval_ptr_dtor_nogc(zvalue)
84
#define zval_internal_dtor(zvalue) zval_internal_ptr_dtor(zvalue)
85
#define zval_dtor_func rc_dtor_func
86
#define zval_ptr_dtor_wrapper zval_ptr_dtor
0 commit comments