Home
last modified time | relevance | path

Searched refs:current (Results 176 – 200 of 677) sorted by relevance

12345678910>>...28

/PHP-7.3/Zend/tests/generators/
H A Dyield_from_valid_exception.phpt8 function current() {}
26 $x->current();
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.3/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.3/ext/standard/tests/strings/
H A Dstripos_variation1.phpt121 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
124 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
128 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
131 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
135 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
138 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
142 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
145 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
/PHP-7.3/ext/spl/tests/
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 Diterator_041b.phpt39 function current()
42 return parent::current();
105 State 4: current()
/PHP-7.3/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";
H A Darray_key_last_variation.phpt12 var_dump( current($array) );
21 var_dump( current($array) );
H A Darray_key_first_variation.phpt12 var_dump( current($array) );
21 var_dump( current($array) );
/PHP-7.3/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.3/ext/spl/
H A Dspl_iterators.c1391 int current = 0; in spl_dual_it_call_method() local
1405 current = 0; in spl_dual_it_call_method()
1407 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1408 current++; in spl_dual_it_call_method()
1669 intern->current.pos = 0; in spl_dual_it_rewind()
1702 ZVAL_LONG(&intern->current.key, intern->current.pos); in spl_dual_it_fetch()
1718 intern->current.pos++; in spl_dual_it_next()
1791 SPL_METHOD(dual_it, current) in SPL_METHOD() argument
1992 if (Z_TYPE(intern->current.data) == IS_UNDEF || Z_TYPE(intern->current.key) == IS_UNDEF) { in SPL_METHOD()
2500 intern->current.pos = pos; in spl_limit_it_seek()
[all …]
/PHP-7.3/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()
180 ZVAL_STR(&zoi_bit->zoi_cur.current, res); in _breakiterator_parts_move_forward()
188 if (!Z_ISUNDEF(zoi_bit->zoi_cur.current)) { in _breakiterator_parts_rewind()
225 ZVAL_UNDEF(&((zoi_with_current*)ii->iterator)->current); in IntlIterator_from_BreakIterator_parts()
/PHP-7.3/tests/output/
H A Dsapi_windows_vt100_support.inc47 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
49 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
51 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
/PHP-7.3/ext/spl/internal/
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.3/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
/PHP-7.3/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.3/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
/PHP-7.3/ext/date/tests/
H A Dstrtotime_basic.phpt12 * This is parsed as the "first following Monday OR the current day if it is a Monday"
17 * Monday if the current day is a Monday"
22 * Monday if the current day is a Monday"

Completed in 43 milliseconds

12345678910>>...28