Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend.h232 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy);
H A Dzend.c239 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy) /* {{{ */ in zend_make_printable_zval() argument
244 ZVAL_STR(expr_copy, _zval_get_string_func(expr)); in zend_make_printable_zval()
/PHP-7.1/ext/spl/
H A Dspl_iterators.c2693 zval expr_copy; in spl_caching_it_next() local
2699 use_copy = zend_make_printable_zval(&intern->u.caching.zstr, &expr_copy); in spl_caching_it_next()
2701 ZVAL_COPY_VALUE(&intern->u.caching.zstr, &expr_copy); in spl_caching_it_next()

Completed in 20 milliseconds