Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/tests/
H A Drecursive_tree_iterator_setpostfix.phpt31 echo $it->getPostfix();
36 echo $it->getPostfix();
46 echo $it->getPostfix();
H A Drecursive_tree_iterator_004.phpt29 echo '[' . $it->key() . '] => ' . $it->getPrefix() . $it->getEntry() . $it->getPostfix() . "\n";
/PHP-7.3/ext/spl/internal/
H A Drecursivetreeiterator.inc91 function getPostfix()
106 return $this->getPrefix() . $this->getEntry() . $this->getPostfix();
120 return $this->getPrefix() . parent::key() . $this->getPostfix();
/PHP-7.3/ext/spl/
H A Dspl_iterators.c1180 SPL_METHOD(RecursiveTreeIterator, getPostfix) in SPL_METHOD() argument
1347 …SPL_ME(RecursiveTreeIterator, getPostfix, arginfo_recursive_it_void, ZEND…

Completed in 34 milliseconds