Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dspprintf.c196 int free_zcopy; in xbuf_format_converter() local
242 free_zcopy = 0; in xbuf_format_converter()
401 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in xbuf_format_converter()
402 if (free_zcopy) { in xbuf_format_converter()
807 if (free_zcopy) { in xbuf_format_converter()
H A Dsnprintf.c593 int free_zcopy; in format_converter() local
642 free_zcopy = 0; in format_converter()
795 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
796 if (free_zcopy) { in format_converter()
1203 if (free_zcopy) { in format_converter()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c135 zend_bool free_zcopy; in format_converter() local
180 free_zcopy = 0; in format_converter()
329 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
330 if (free_zcopy) { in format_converter()
792 if (free_zcopy) { in format_converter()

Completed in 13 milliseconds