Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/tests/
H A Diterator_count.phpt2 SPL: iterator_count() exceptions test
12 iterator_count();
15 iterator_count($iterator,'1');
17 iterator_count('1');
22 Warning: iterator_count() expects exactly 1 parameter, 0 given in %s
24 Warning: iterator_count() expects exactly 1 parameter, 2 given in %s
26 Fatal error: Uncaught TypeError: Argument 1 passed to iterator_count() must implement interface Tra…
28 #0 %s(%d): iterator_count('1')
H A Dspl_001.phpt2 SPL: iterator_to_array() and iterator_count()
10 var_dump(iterator_count($it));
H A Diterator_041a.phpt90 MyArrayIterator::test('iterator_count', array(3 => 6));
104 ===iterator_count===
H A Diterator_041.phpt90 MyArrayIterator::test('iterator_count', array(3 => 6));
110 ===iterator_count===
H A Diterator_041b.phpt94 MyArrayIterator::test('iterator_count', array(3 => 6));
115 ===iterator_count===
/PHP-7.4/ext/spl/
H A Dspl_iterators.h57 PHP_FUNCTION(iterator_count);
H A Dphp_spl.c991 PHP_FE(iterator_count, arginfo_iterator)
H A Dspl_iterators.c3590 PHP_FUNCTION(iterator_count) in PHP_FUNCTION() argument

Completed in 24 milliseconds