Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/tests/
H A Dspl_iterator_iterator_constructor.phpt12 $test = new IteratorIterator($arrayIterator);
14 $test = new IteratorIterator($arrayIterator, 1);
15 $test = new IteratorIterator($arrayIterator, 1, 1);
16 $test = new IteratorIterator($arrayIterator, 1, 1, 1);
17 $test = new IteratorIterator($arrayIterator, 1, 1, 1, 1);
25 IteratorIterator::__construct() expects at most 2 parameters, 3 given
H A Darray_016.phpt2 SPL: ArrayIterator/Object and IteratorIterator
8 foreach(new IteratorIterator($it) as $v)
15 foreach(new IteratorIterator($it) as $v)
H A Dspl_iterator_recursive_getiterator_error.phpt2 SPL: IteratorIterator foreach by reference failure
9 $iii = new IteratorIterator($i);
18 #0 %s(%d): p(Object(IteratorIterator))
H A Diterator_005.phpt2 SPL: IteratorIterator and ArrayIterator/Object
17 foreach(new IteratorIterator($it) as $v)
33 foreach(new IteratorIterator($it) as $v)
H A Dbug62616.phpt2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
9 $ii = new IteratorIterator($ai);
H A Diterator_006.phpt2 SPL: IteratorIterator and SimpleXMlElement
15 foreach (new IteratorIterator($root->child) as $child) {
H A Dbug54384.phpt15 echo "IteratorIterator... ";
16 class IteratorIteratorTest extends IteratorIterator {
157 IteratorIterator... exception (expected)
H A Diterator_068.phpt17 class TestIteratorIterator extends IteratorIterator {
H A Dbug42703.phpt24 $itit = new IteratorIterator($it);
/PHP-7.0/ext/spl/internal/
H A Diteratoriterator.inc5 * @brief class IteratorIterator
30 return new IteratorIterator($this, 'BaseClass');
38 * since IteratorIterator::__construct() would call SomeClass::getIterator().
40 class IteratorIterator implements OuterIterator
42 /** Construct an IteratorIterator from an Iterator or an IteratorAggregate.
59 …ly implement Traversable can be wrapped only after converting class IteratorIterator into c code");
H A Dnorewinditerator.inc18 class NoRewindIterator extends IteratorIterator
H A Dinfiniteiterator.inc33 class InfiniteIterator extends IteratorIterator
/PHP-7.0/ext/pdo/tests/
H A Dpdo_014.phpt7 if (!class_exists('IteratorIterator', false)) die('skip IteratorIterator class not present');
34 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
60 return new IteratorIterator($this, 'PDOStatement');
/PHP-7.0/Zend/tests/
H A Dbug69221_2.phpt10 $iter = new IteratorIterator($gen());
/PHP-7.0/ext/spl/
H A Dspl_iterators.c3111 SPL_METHOD(IteratorIterator, __construct) in SPL_METHOD() argument
3121 SPL_ME(IteratorIterator, __construct, arginfo_iterator_it___construct, ZEND_ACC_PUBLIC)
3729 REGISTER_SPL_STD_CLASS_EX(IteratorIterator, spl_dual_it_new, spl_funcs_IteratorIterator); in PHP_MINIT_FUNCTION()
3730 REGISTER_SPL_ITERATOR(IteratorIterator); in PHP_MINIT_FUNCTION()
3731 REGISTER_SPL_IMPLEMENTS(IteratorIterator, OuterIterator); in PHP_MINIT_FUNCTION()
3733 …REGISTER_SPL_SUB_CLASS_EX(FilterIterator, IteratorIterator, spl_dual_it_new, spl_funcs_FilterItera… in PHP_MINIT_FUNCTION()
3751 …REGISTER_SPL_SUB_CLASS_EX(LimitIterator, IteratorIterator, spl_dual_it_new, spl_funcs_LimitIterato… in PHP_MINIT_FUNCTION()
3753 …REGISTER_SPL_SUB_CLASS_EX(CachingIterator, IteratorIterator, spl_dual_it_new, spl_funcs_CachingIte… in PHP_MINIT_FUNCTION()
3767 …REGISTER_SPL_SUB_CLASS_EX(NoRewindIterator, IteratorIterator, spl_dual_it_new, spl_funcs_NoRewindI… in PHP_MINIT_FUNCTION()
3769 …REGISTER_SPL_SUB_CLASS_EX(AppendIterator, IteratorIterator, spl_dual_it_new, spl_funcs_AppendItera… in PHP_MINIT_FUNCTION()
[all …]
H A Dphp_spl.c197 SPL_ADD_CLASS(IteratorIterator, z_list, sub, allow, ce_flags); \

Completed in 37 milliseconds