Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_variables.h31 ZEND_API void ZEND_FASTCALL _zval_dtor_func(zend_refcounted *p ZEND_FILE_LINE_DC);
35 #define zval_dtor_func(zv) _zval_dtor_func(zv ZEND_FILE_LINE_CC)
44 _zval_dtor_func(Z_COUNTED_P(zvalue) ZEND_FILE_LINE_RELAY_CC); in _zval_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.0/Zend/tests/
H A Dbug71930.phpt2 Bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed)
/PHP-7.0/ext/soap/
H A Dphp_packet_soap.c388 _zval_dtor_func(garbage ZEND_FILE_LINE_CC); in parse_packet_soap()
/PHP-7.0/
H A DNEWS1645 . Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1'

Completed in 14 milliseconds