Home
last modified time | relevance | path

Searched refs:getDepth (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/spl/tests/
H A Diterator_028.phpt12 foreach($it as $v) echo $it->getDepth() . ": $v\n";
17 foreach($it as $v) echo $it->getDepth() . ": $v\n";
22 foreach($it as $v) echo $it->getDepth() . ": $v\n";
27 foreach($it as $v) echo $it->getDepth() . ": $v\n";
32 foreach($it as $v) echo $it->getDepth() . ": $v\n";
37 foreach($it as $v) echo $it->getDepth() . ": $v\n";
H A Diterator_015.phpt15 echo str_repeat(' ',$this->getDepth())."<ul>\n";
20 echo str_repeat(' ',$this->getDepth())."</ul>\n";
37 echo str_repeat(' ',$rit->getDepth()+1)."$k=>$v\n";
H A Diterator_016.phpt28 echo str_repeat(' ',$this->getDepth())."<ul>\n";
33 echo str_repeat(' ',$this->getDepth())."</ul>\n";
50 echo str_repeat(' ',$rit->getDepth()+1)."$k=>$v\n";
H A Dbug69970.phpt14 echo $this->getDepth();
26 echo ($rit->getDepth()) . "$k=>$v\n";
H A Diterator_021.phpt80 $res = $this->getDepth() < $this->max_depth && $has;
81 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n";
94 echo __METHOD__ . "(".$this->getDepth().")\n";
99 echo __METHOD__ . "(".$this->getDepth().")\n";
H A Diterator_022.phpt80 $res = $this->getDepth() < $this->max_depth && $has;
81 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n";
105 echo __METHOD__ . "(".$this->getDepth().")\n";
110 echo __METHOD__ . "(".$this->getDepth().")\n";
H A Diterator_034.phpt79 $res = $this->getDepth() < $this->max_depth && $has;
80 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n";
86 echo __METHOD__ . "(".$this->getDepth().")\n";
92 echo __METHOD__ . "(".$this->getDepth().")\n";
H A Diterator_023.phpt80 $res = $this->getDepth() < $this->max_depth && $has;
81 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n";
105 echo __METHOD__ . "(".$this->getDepth().")\n";
110 echo __METHOD__ . "(".$this->getDepth().")\n";
H A Diterator_040.phpt22 var_dump($it->getDepth());
H A Diterator_014.phpt62 echo __METHOD__ . "(".$this->getDepth().")\n";
67 echo __METHOD__ . "(".$this->getDepth().")\n";
/php-src/ext/phar/phar/
H A Ddirectorytreeiterator.inc39 for ($l=0; $l < $this->getDepth(); $l++) {
/php-src/ext/spl/
H A Dspl_iterators.stub.php83 public function getDepth(): int {} function in RecursiveIteratorIterator
H A Dspl_iterators_arginfo.h330 ZEND_METHOD(RecursiveIteratorIterator, getDepth);
450 …ZEND_ME(RecursiveIteratorIterator, getDepth, arginfo_class_RecursiveIteratorIterator_getDepth, ZEN…
H A Dspl_iterators.c739 PHP_METHOD(RecursiveIteratorIterator, getDepth) in PHP_METHOD() argument

Completed in 62 milliseconds