Home
last modified time | relevance | path

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

/php-src/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 …
H A Dgh11972.phpt15 $recursive_iterator->setMaxDepth(20);
/php-src/ext/spl/
H A Dspl_iterators.stub.php113 public function setMaxDepth(int $maxDepth = -1): void {} function in RecursiveIteratorIterator
H A Dspl_iterators_arginfo.h340 ZEND_METHOD(RecursiveIteratorIterator, setMaxDepth);
460 …ZEND_ME(RecursiveIteratorIterator, setMaxDepth, arginfo_class_RecursiveIteratorIterator_setMaxDept…
H A Dspl_iterators.c890 PHP_METHOD(RecursiveIteratorIterator, setMaxDepth) in PHP_METHOD() argument

Completed in 21 milliseconds