Home
last modified time | relevance | path

Searched refs:zend_make_printable_zval (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.c390 int use_copy = zend_make_printable_zval(arg, &arg_copy); in collator_make_printable_zval()
/PHP-7.4/Zend/
H A Dzend.h248 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy);
H A Dzend.c358 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy) /* {{{ */ in zend_make_printable_zval() function
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c302 use_copy = zend_make_printable_zval(op_array->literals + i, &zv); in zend_optimizer_compact_literals()
821 use_copy = zend_make_printable_zval(op_array->literals + i, &zv); in zend_optimizer_compact_literals()
/PHP-7.4/main/
H A Dspprintf.c401 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in xbuf_format_converter()
H A Dsnprintf.c795 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c329 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1281 if (zend_make_printable_zval(&key, &key_copy)) { in SPL_METHOD()
2669 use_copy = zend_make_printable_zval(&intern->u.caching.zstr, &expr_copy); in spl_caching_it_next()

Completed in 54 milliseconds