Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/tests/
H A Dbug54971.phpt2 Bug #54971 (Wrong result when using iterator_to_array with use_keys on true)
/PHP-5.5/ext/spl/
H A Dspl.php246 * @param use_keys whether touse the keys
249 function iterator_to_array(Traversable $it, $use_keys = true) {/**/}; argument
H A Dphp_spl.c855 ZEND_ARG_INFO(0, use_keys)
H A Dspl_iterators.c3570 zend_bool use_keys = 1; in PHP_FUNCTION() local
3572 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|b", &obj, zend_ce_traversable, &use_keys) … in PHP_FUNCTION()
3578 …if (spl_iterator_apply(obj, use_keys ? spl_iterator_to_array_apply : spl_iterator_to_values_apply,… in PHP_FUNCTION()
/PHP-5.5/
H A DNEWS4295 . Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys

Completed in 41 milliseconds