Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dspprintf.c207 int free_zcopy; in xbuf_format_converter() local
255 free_zcopy = 0; in xbuf_format_converter()
414 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in xbuf_format_converter()
415 if (free_zcopy) { in xbuf_format_converter()
824 if (free_zcopy) { in xbuf_format_converter()
H A Dsnprintf.c596 int free_zcopy; in format_converter() local
647 free_zcopy = 0; in format_converter()
800 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
801 if (free_zcopy) { in format_converter()
1212 if (free_zcopy) { in format_converter()
/PHP-7.0/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