Home
last modified time | relevance | path

Searched refs:iterator_to_array (Results 26 – 35 of 35) sorted by relevance

12

/PHP-7.2/Zend/tests/
H A Dbug69221_2.phpt13 var_dump(iterator_to_array($ngen, false));
H A Dbug69802_2.phpt5 $f = (new ReflectionFunction('iterator_to_array'))->getClosure();
/PHP-7.2/ext/spl/tests/
H A DRegexIterator_with_reference_replacement.phpt9 var_dump(iterator_to_array($i));
H A Dbug67360.phpt11 var_dump(iterator_to_array($Iterator));
/PHP-7.2/ext/intl/tests/
H A Dresourcebundle_traversable.phpt12 var_dump(iterator_to_array($r->get('testarray')));
H A Dbreakiter_createCodePointInstance_basic.phpt18 print_r(iterator_to_array($codepoint_it));
/PHP-7.2/ext/spl/
H A Dspl_iterators.h60 PHP_FUNCTION(iterator_to_array);
H A Dspl.php249 function iterator_to_array(Traversable $it, $use_keys = true) {/**/}; function
H A Dphp_spl.c966 PHP_FE(iterator_to_array, arginfo_iterator_to_array)
H A Dspl_iterators.c3606 PHP_FUNCTION(iterator_to_array) in PHP_FUNCTION() argument

Completed in 33 milliseconds

12