Home
last modified time | relevance | path

Searched refs:free_zcopy (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_out.c140 zend_bool free_zcopy; in format_converter() local
187 free_zcopy = 0; in format_converter()
336 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
337 if (free_zcopy) { in format_converter()
801 if (free_zcopy) { in format_converter()
/PHP-7.2/main/
H A Dsnprintf.c600 int free_zcopy; in format_converter() local
651 free_zcopy = 0; in format_converter()
804 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
805 if (free_zcopy) { in format_converter()
1216 if (free_zcopy) { in format_converter()
H A Dspprintf.c202 int free_zcopy; in xbuf_format_converter() local
250 free_zcopy = 0; in xbuf_format_converter()
409 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in xbuf_format_converter()
410 if (free_zcopy) { in xbuf_format_converter()
819 if (free_zcopy) { in xbuf_format_converter()

Completed in 44 milliseconds