Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/tests/
H A Drecursive_tree_iterator_005.phpt37 echo "key, getEntry, current:\n";
39 var_dump($it->key(), $it->getEntry(), $it->current());
76 key, getEntry, current:
H A Drecursive_tree_iterator_004.phpt29 echo '[' . $it->key() . '] => ' . $it->getPrefix() . $it->getEntry() . $it->getPostfix() . "\n";
H A Drecursive_tree_iterator_007.phpt2 SPL: RecursiveTreeIterator and Exception from getEntry()
/PHP-5.5/ext/spl/internal/
H A Drecursivetreeiterator.inc84 function getEntry()
106 return $this->getPrefix() . $this->getEntry() . $this->getPostfix();
/PHP-5.5/ext/spl/
H A Dspl_iterators.c1096 SPL_METHOD(RecursiveTreeIterator, getEntry) in SPL_METHOD() argument
1260 …SPL_ME(RecursiveTreeIterator, getEntry, arginfo_recursive_it_void, ZEND…

Completed in 23 milliseconds