Home
last modified time | relevance | path

Searched refs:expr_copy (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.2/ext/spl/
H A Dspl_iterators.c2692 zval expr_copy; in spl_caching_it_next() local
2698 use_copy = zend_make_printable_zval(&intern->u.caching.zstr, &expr_copy); in spl_caching_it_next()
2700 ZVAL_COPY_VALUE(&intern->u.caching.zstr, &expr_copy); in spl_caching_it_next()
/PHP-7.2/Zend/
H A Dzend.c307 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy) /* {{{ */ in zend_make_printable_zval() argument
312 ZVAL_STR(expr_copy, _zval_get_string_func(expr)); in zend_make_printable_zval()
H A Dzend.h236 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy);

Completed in 36 milliseconds