Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dspprintf.c192 int free_zcopy; in xbuf_format_converter() local
238 free_zcopy = 0; in xbuf_format_converter()
378 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in xbuf_format_converter()
379 if (free_zcopy) { in xbuf_format_converter()
783 if (free_zcopy) { in xbuf_format_converter()
H A Dsnprintf.c588 int free_zcopy; in format_converter() local
637 free_zcopy = 0; in format_converter()
771 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
772 if (free_zcopy) { in format_converter()
1178 if (free_zcopy) { in format_converter()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c133 zend_bool free_zcopy; in format_converter() local
178 free_zcopy = 0; in format_converter()
327 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
328 if (free_zcopy) { in format_converter()
790 if (free_zcopy) { in format_converter()

Completed in 20 milliseconds