Home
last modified time | relevance | path

Searched refs:_zval_dtor_func (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_variables.h31 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()
H A Dzend_variables.c31 ZEND_API void ZEND_FASTCALL _zval_dtor_func(zend_refcounted *p ZEND_FILE_LINE_DC) in _zval_dtor_func() function
/PHP-7.1/Zend/tests/
H A Dbug71930.phpt2 Bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed)
/PHP-7.1/
H A DNEWS2933 . Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1'

Completed in 17 milliseconds