Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_iterators.c2626 zval *zcacheval; in spl_caching_it_next() local
2629 MAKE_STD_ZVAL(zcacheval); in spl_caching_it_next()
2630 ZVAL_ZVAL(zcacheval, intern->current.data, 1, 0); in spl_caching_it_next()
2632 array_set_zval_key(HASH_OF(intern->u.caching.zcache), key, zcacheval); in spl_caching_it_next()
2634 zval_ptr_dtor(&zcacheval); in spl_caching_it_next()

Completed in 31 milliseconds