Searched refs:_zval_dtor_func (Results 1 – 4 of 4) sorted by relevance
31 ZEND_API void ZEND_FASTCALL _zval_dtor_func(zend_refcounted *p ZEND_FILE_LINE_DC);34 #define zval_dtor_func(zv) _zval_dtor_func(zv ZEND_FILE_LINE_CC)40 _zval_dtor_func(Z_COUNTED_P(zval_ptr) ZEND_FILE_LINE_RELAY_CC); in _zval_ptr_dtor_nogc()48 _zval_dtor_func(Z_COUNTED_P(zval_ptr) ZEND_FILE_LINE_RELAY_CC); in i_zval_ptr_dtor()
31 ZEND_API void ZEND_FASTCALL _zval_dtor_func(zend_refcounted *p ZEND_FILE_LINE_DC) in _zval_dtor_func() function
2 Bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed)
2933 . Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1'
Completed in 21 milliseconds