Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dspprintf.c200 int free_zcopy; in xbuf_format_converter() local
248 free_zcopy = 0; in xbuf_format_converter()
407 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in xbuf_format_converter()
408 if (free_zcopy) { in xbuf_format_converter()
817 if (free_zcopy) { in xbuf_format_converter()
H A Dsnprintf.c598 int free_zcopy; in format_converter() local
649 free_zcopy = 0; in format_converter()
802 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
803 if (free_zcopy) { in format_converter()
1214 if (free_zcopy) { in format_converter()
/PHP-7.3/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 16 milliseconds