Home
last modified time | relevance | path

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

/php-src/ext/spl/tests/
H A Drecursive_tree_iterator_005.phpt37 echo "key, getEntry, current:\n";
39 var_dump($it->key(), $it->getEntry(), $it->current());
75 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-src/ext/spl/
H A Dspl_iterators.stub.php449 public function getEntry(): string {} function in RecursiveTreeIterator
H A Dspl_iterators_arginfo.h412 ZEND_METHOD(RecursiveTreeIterator, getEntry);
598 …ZEND_ME(RecursiveTreeIterator, getEntry, arginfo_class_RecursiveTreeIterator_getEntry, ZEND_ACC_PU…
H A Dspl_iterators.c1147 PHP_METHOD(RecursiveTreeIterator, getEntry) in PHP_METHOD() argument

Completed in 19 milliseconds