Searched refs:iterator_count (Results 1 – 9 of 9) sorted by relevance
2 SPL: iterator_count() exceptions test12 iterator_count();15 iterator_count($iterator,'1');17 iterator_count('1');22 Warning: iterator_count() expects exactly 1 parameter, 0 given in %s24 Warning: iterator_count() expects exactly 1 parameter, 2 given in %s26 Catchable fatal error: Argument 1 passed to iterator_count() must implement interface Traversable, …
2 SPL: iterator_to_array() and iterator_count()10 var_dump(iterator_count($it));
90 MyArrayIterator::test('iterator_count', array(3 => 6));104 ===iterator_count===
90 MyArrayIterator::test('iterator_count', array(3 => 6));110 ===iterator_count===
94 MyArrayIterator::test('iterator_count', array(3 => 6));115 ===iterator_count===
61 PHP_FUNCTION(iterator_count);
239 function iterator_count(Traversable $it) {/**/}; function
923 PHP_FE(iterator_count, arginfo_iterator)
3595 PHP_FUNCTION(iterator_count) in PHP_FUNCTION() argument
Completed in 27 milliseconds