Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dspprintf.c201 int s_len, free_zcopy; in xbuf_format_converter() local
245 free_zcopy = 0; in xbuf_format_converter()
394 zend_make_printable_zval(zvp, &zcopy, &free_zcopy); in xbuf_format_converter()
395 if (free_zcopy) { in xbuf_format_converter()
781 if (free_zcopy) { in xbuf_format_converter()
H A Dsnprintf.c590 int s_len, free_zcopy; in format_converter() local
637 free_zcopy = 0; in format_converter()
786 zend_make_printable_zval(zvp, &zcopy, &free_zcopy); in format_converter()
787 if (free_zcopy) { in format_converter()
1177 if (free_zcopy) { in format_converter()

Completed in 16 milliseconds