Searched refs:getDepth (Results 1 – 15 of 15) sorted by relevance
/PHP-7.3/ext/spl/tests/ |
H A D | iterator_028.phpt | 12 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 D | iterator_015.phpt | 15 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 D | iterator_016.phpt | 28 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 D | bug69970.phpt | 14 echo $this->getDepth(); 26 echo ($rit->getDepth()) . "$k=>$v\n";
|
H A D | iterator_021.phpt | 80 $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 D | iterator_022.phpt | 80 $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 D | iterator_034.phpt | 79 $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 D | iterator_023.phpt | 80 $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 D | iterator_040.phpt | 22 var_dump($it->getDepth());
|
H A D | iterator_014.phpt | 62 echo __METHOD__ . "(".$this->getDepth().")\n"; 67 echo __METHOD__ . "(".$this->getDepth().")\n";
|
/PHP-7.3/ext/spl/examples/ |
H A D | directorytreeiterator.inc | 39 for ($l=0; $l < $this->getDepth(); $l++) {
|
/PHP-7.3/ext/phar/phar/ |
H A D | directorytreeiterator.inc | 39 for ($l=0; $l < $this->getDepth(); $l++) {
|
/PHP-7.3/ext/spl/internal/ |
H A D | recursivetreeiterator.inc | 73 for ($level = 0; $level < $this->getDepth(); $level++)
|
H A D | recursiveiteratoriterator.inc | 177 function getDepth()
|
/PHP-7.3/ext/spl/ |
H A D | spl_iterators.c | 692 SPL_METHOD(RecursiveIteratorIterator, getDepth) in SPL_METHOD() argument 1016 …SPL_ME(RecursiveIteratorIterator, getDepth, arginfo_recursive_it_void, ZEND_ACC…
|
Completed in 30 milliseconds