Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/phar/phar/
H A Ddirectorytreeiterator.inc39 for ($l=0; $l < $this->getDepth(); $l++) {
/PHP-7.4/ext/spl/
H A Dspl_iterators.c693 SPL_METHOD(RecursiveIteratorIterator, getDepth) in SPL_METHOD() argument
1015 …SPL_ME(RecursiveIteratorIterator, getDepth, arginfo_recursive_it_void, ZEND_ACC…

Completed in 29 milliseconds