Home
last modified time | relevance | path

Searched refs:expr_copy (Results 1 – 3 of 3) sorted by path

/PHP-7.4/Zend/
H A Dzend.c358 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy) /* {{{ */ in zend_make_printable_zval() argument
363 ZVAL_STR(expr_copy, zval_get_string_func(expr)); in zend_make_printable_zval()
H A Dzend.h248 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy);
/PHP-7.4/ext/spl/
H A Dspl_iterators.c2663 zval expr_copy; in spl_caching_it_next() local
2669 use_copy = zend_make_printable_zval(&intern->u.caching.zstr, &expr_copy); in spl_caching_it_next()
2671 ZVAL_COPY_VALUE(&intern->u.caching.zstr, &expr_copy); in spl_caching_it_next()

Completed in 20 milliseconds