Home
last modified time | relevance | path

Searched refs:current (Results 151 – 175 of 648) sorted by relevance

12345678910>>...26

/PHP-7.1/ext/spl/tests/
H A Dbug37457.phpt16 public function current()
19 return current($this->array);
76 Collection::current
H A Diterator_009.phpt18 function current()
21 return parent::current();
H A Dspl_iterator_getcallchildren.phpt13 var_dump($test->current());
15 var_dump($test->current());
H A Dspl_iterator_to_array_error.phpt2 SPL: Error: iterator_to_array when the current operation throws an exception
7 public function current() {
H A Dspl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt13 //var_dump($test->current());
19 //var_dump($test->current());
H A Diterator_041.phpt39 function current()
42 return parent::current();
101 State 4: current()
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 Darray_019.phpt12 function current()
14 return ArrayIterator::current();
H A Diterator_041b.phpt39 function current()
42 return parent::current();
105 State 4: current()
/PHP-7.1/sapi/phpdbg/
H A DChangelog.md34 - until (continue until the current line is executed)
35 - frame (switch to a frame in the current stack for inspection)
37 - finish (continue until the current function has returned)
38 - leave (continue until the current function is returning)
/PHP-7.1/ext/spl/internal/
H A Drecursiveiterator.inc20 /** @return whether the current element has children
24 /** @return the sub iterator for the current element
H A Dlimititerator.inc89 /** @return current key
95 /** @return current element
97 function current() {
98 return $this->it->current();
108 /** @return current position relative to zero (not to offset specified in
/PHP-7.1/ext/standard/tests/array/
H A Dprev_basic.phpt18 echo key($array) . " => " . current($array) . "\n";
21 echo key($array) . " => " . current($array) . "\n";
24 echo key($array) . " => " . current($array) . "\n";
/PHP-7.1/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
33 Removing the current element from an iterated object.
/PHP-7.1/Zend/tests/generators/
H A Dgenerator_throwing_during_function_call.phpt18 var_dump($gen->current());
26 var_dump($gen->current());
H A Dnested_method_calls.phpt23 $g1->current();
26 $g2->current();
H A Dthrow_into_yield_from_array.phpt19 var_dump($g->current());
25 var_dump($g->current());
/PHP-7.1/ext/spl/
H A Dspl_iterators.c1396 int current = 0; in spl_dual_it_call_method() local
1410 current = 0; in spl_dual_it_call_method()
1412 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1413 current++; in spl_dual_it_call_method()
1678 intern->current.pos = 0; in spl_dual_it_rewind()
1711 ZVAL_LONG(&intern->current.key, intern->current.pos); in spl_dual_it_fetch()
1727 intern->current.pos++; in spl_dual_it_next()
1801 SPL_METHOD(dual_it, current) in SPL_METHOD() argument
2003 if (Z_TYPE(intern->current.data) == IS_UNDEF || Z_TYPE(intern->current.key) == IS_UNDEF) { in SPL_METHOD()
2508 intern->current.pos = pos; in spl_limit_it_seek()
[all …]
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp70 ZVAL_LONG(&zoi_iter->current, (zend_long)pos); in _breakiterator_move_forward()
80 ZVAL_LONG(&zoi_iter->current, (zend_long)pos); in _breakiterator_rewind()
119 ZVAL_UNDEF(&zoi_iter->current); in _breakiterator_get_iterator()
153 cur = bio->biter->current(); in _breakiterator_parts_move_forward()
183 ZVAL_STR(&zoi_bit->zoi_cur.current, res); in _breakiterator_parts_move_forward()
191 if (!Z_ISUNDEF(zoi_bit->zoi_cur.current)) { in _breakiterator_parts_rewind()
228 ZVAL_UNDEF(&((zoi_with_current*)ii->iterator)->current); in IntlIterator_from_BreakIterator_parts()
/PHP-7.1/ext/mbstring/tests/
H A Dmb_internal_encoding_error2.phpt11 * Description: Sets the current internal encoding or
12 * Returns the current internal encoding as a string
H A Dmb_internal_encoding_basic.phpt11 * Description: Sets the current internal encoding or Returns
12 * the current internal encoding as a string
/PHP-7.1/ext/standard/tests/general_functions/
H A Dob_get_flush_error.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
/PHP-7.1/ext/spl/examples/
H A Drecursivedualiterator.inc41 * iterators current children.
54 * state and identical current and key values or both are non valid.
63 * state and equal current and key values or both are invalid.
H A Ddirectoryfilterdots.inc30 /** @return whether the current entry is neither '.' nor '..'
37 /** @return the current entries path name
H A Dregexfindfile.inc32 /** @return whether the current filename matches the regular expression.
36 return preg_match($this->getSearch(), $this->current());

Completed in 76 milliseconds

12345678910>>...26