Home
last modified time | relevance | path

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

/php-src/main/
H A Dspprintf.c365 zval *zvp = va_arg(ap, zval*); in xbuf_format_converter() local
366 zend_string *str = zval_get_tmp_string(zvp, &tmp_str); in xbuf_format_converter()
H A Dsnprintf.c665 zval *zvp = va_arg(ap, zval*); in format_converter() local
666 zend_string *str = zval_get_tmp_string(zvp, &tmp_str); in format_converter()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c131 #define HT_FROM_ZVP(zvp) (Z_TYPE_P(zvp) == IS_OBJECT ? Z_OBJPROP_P(zvp) : Z_TYPE_P(zvp) == IS_ARRAY… argument

Completed in 15 milliseconds