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 a271c7a commit d4f4228Copy full SHA for d4f4228
Zend/zend_execute.h
@@ -55,7 +55,6 @@ static zend_always_inline void i_zval_ptr_dtor(zval *zval_ptr ZEND_FILE_LINE_DC
55
{
56
if (Z_REFCOUNTED_P(zval_ptr)) {
57
if (!Z_DELREF_P(zval_ptr)) {
58
- ZEND_ASSERT(zval_ptr != &EG(uninitialized_zval));
59
_zval_dtor_func_for_ptr(Z_COUNTED_P(zval_ptr) ZEND_FILE_LINE_RELAY_CC);
60
} else {
61
GC_ZVAL_CHECK_POSSIBLE_ROOT(zval_ptr);
0 commit comments