Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/tests/
H A Drecursiveiteratoriterator_nextelement_basic.phpt2 SPL: RecursiveIteratorIterator::nextElement() is called when the next element is ready
17 public function nextElement() {
18 echo "::nextElement() was invoked\n";
31 ::nextElement() was invoked
33 ::nextElement() was invoked
35 ::nextElement() was invoked
37 ::nextElement() was invoked
H A Diterator_070.phpt13 var_dump($recItIt->nextElement());
/PHP-7.0/ext/spl/internal/
H A Drecursiveiteratoriterator.inc221 $this->nextElement();
225 $this->nextElement();
232 function nextElement()
/PHP-7.0/ext/spl/
H A Dspl_iterators.c116 zend_function *nextElement; member
309 if (object->nextElement) { in spl_recursive_it_move_forward_ex()
310 zend_call_method_with_0_params(zthis, object->ce, &object->nextElement, "nextelement", NULL); in spl_recursive_it_move_forward_ex()
322 … if (object->nextElement && (object->mode == RIT_SELF_FIRST || object->mode == RIT_CHILD_FIRST)) { in spl_recursive_it_move_forward_ex()
323 zend_call_method_with_0_params(zthis, object->ce, &object->nextElement, "nextelement", NULL); in spl_recursive_it_move_forward_ex()
579 …intern->nextElement = zend_hash_str_find_ptr(&intern->ce->function_table, "nextelement", sizeof("n… in spl_recursive_it_it_construct()
580 if (intern->nextElement->common.scope == ce_base) { in spl_recursive_it_it_construct()
581 intern->nextElement = NULL; in spl_recursive_it_it_construct()
844 SPL_METHOD(RecursiveIteratorIterator, nextElement) in SPL_METHOD() argument
1029 …SPL_ME(RecursiveIteratorIterator, nextElement, arginfo_recursive_it_void, ZEND_ACC…
[all …]

Completed in 22 milliseconds