Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dspprintf.c207 zval *zvp, zcopy; in xbuf_format_converter() local
402 zvp = (zval*) va_arg(ap, zval*); in xbuf_format_converter()
403 zend_make_printable_zval(zvp, &zcopy, &free_zcopy); in xbuf_format_converter()
405 zvp = &zcopy; in xbuf_format_converter()
407 s_len = Z_STRLEN_P(zvp); in xbuf_format_converter()
408 s = Z_STRVAL_P(zvp); in xbuf_format_converter()
H A Dsnprintf.c596 zval *zvp, zcopy; in format_converter() local
794 zvp = (zval*) va_arg(ap, zval*); in format_converter()
795 zend_make_printable_zval(zvp, &zcopy, &free_zcopy); in format_converter()
797 zvp = &zcopy; in format_converter()
799 s_len = Z_STRLEN_P(zvp); in format_converter()
800 s = Z_STRVAL_P(zvp); in format_converter()

Completed in 12 milliseconds