Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/collator/
H A Dcollator_convert.c397 use_copy = zend_make_printable_zval(arg, &arg_copy); in collator_make_printable_zval()
/PHP-7.0/ext/opcache/Optimizer/
H A Dcompact_literals.c330 use_copy = zend_make_printable_zval(op_array->literals + i, &zv); in zend_optimizer_compact_literals()
523 use_copy = zend_make_printable_zval(op_array->literals + i, &zv); in zend_optimizer_compact_literals()
/PHP-7.0/Zend/
H A Dzend.h249 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy);
H A Dzend.c245 ZEND_API int zend_make_printable_zval(zval *expr, zval *expr_copy) /* {{{ */ in zend_make_printable_zval() function
H A Dzend_operators.c1688 use_copy1 = zend_make_printable_zval(op1, &op1_copy); in concat_function()
1710 use_copy2 = zend_make_printable_zval(op2, &op2_copy); in concat_function()
H A Dzend_API.c472 if (!zend_make_printable_zval(z, arg)) { in zend_parse_arg_str_weak()
/PHP-7.0/main/
H A Dspprintf.c414 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in xbuf_format_converter()
H A Dsnprintf.c800 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.c336 free_zcopy = zend_make_printable_zval(zvp, &zcopy); in format_converter()
/PHP-7.0/ext/spl/
H A Dspl_iterators.c1292 if (zend_make_printable_zval(&key, &key_copy)) { in SPL_METHOD()
2709 use_copy = zend_make_printable_zval(&intern->u.caching.zstr, &expr_copy); in spl_caching_it_next()

Completed in 64 milliseconds