Home
last modified time | relevance | path

Searched refs:free_zcopy (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/main/
H A Dspprintf.c203 int free_zcopy; in xbuf_format_converter() local
251 free_zcopy = 0; in xbuf_format_converter()
410 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in xbuf_format_converter()
411 if (free_zcopy) { in xbuf_format_converter()
820 if (free_zcopy) { in xbuf_format_converter()
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()
/PHP-7.1/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()

Completed in 12 milliseconds