Home
last modified time | relevance | path

Searched refs:setMaxDepth (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/spl/tests/
H A Diterator_028.phpt2 SPL: RecursiveIteratorIterator and setMaxDepth()
15 $it->setMaxDepth(2);
20 $it->setMaxDepth();
25 $it->setMaxDepth(3);
30 $it->setMaxDepth(5);
35 $it->setMaxDepth(0);
40 $it->setMaxDepth(-1);
42 $it->setMaxDepth(4);
44 $it->setMaxDepth(-2);
105 RecursiveIteratorIterator::setMaxDepth(): Argument #1 ($maxDepth) must be greater than or equal to …
/PHP-8.0/ext/spl/
H A Dspl_iterators.stub.php104 public function setMaxDepth(int $maxDepth = -1) {} function in RecursiveIteratorIterator
H A Dspl_iterators_arginfo.h315 ZEND_METHOD(RecursiveIteratorIterator, setMaxDepth);
440 …ZEND_ME(RecursiveIteratorIterator, setMaxDepth, arginfo_class_RecursiveIteratorIterator_setMaxDept…
H A Dspl_iterators.c841 PHP_METHOD(RecursiveIteratorIterator, setMaxDepth) in PHP_METHOD() argument

Completed in 18 milliseconds