Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dspprintf.c202 zval *zvp, zcopy; in xbuf_format_converter() local
393 zvp = (zval*) va_arg(ap, zval*); in xbuf_format_converter()
394 zend_make_printable_zval(zvp, &zcopy, &free_zcopy); in xbuf_format_converter()
396 zvp = &zcopy; in xbuf_format_converter()
398 s_len = Z_STRLEN_P(zvp); in xbuf_format_converter()
399 s = Z_STRVAL_P(zvp); in xbuf_format_converter()
H A Dsnprintf.c591 zval *zvp, zcopy; in format_converter() local
785 zvp = (zval*) va_arg(ap, zval*); in format_converter()
786 zend_make_printable_zval(zvp, &zcopy, &free_zcopy); in format_converter()
788 zvp = &zcopy; in format_converter()
790 s_len = Z_STRLEN_P(zvp); in format_converter()
791 s = Z_STRVAL_P(zvp); in format_converter()

Completed in 8 milliseconds