Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.1/Zend/tests/generators/
H A Dyield_from_valid_exception.phpt8 function current(): mixed {}
26 $x->current();
H A Dthrow_into_yield_from_array.phpt19 var_dump($g->current());
25 var_dump($g->current());
/PHP-8.1/ext/zend_test/tests/
H A Dobserver_retval_02.phpt17 $gen->current();
19 $gen->current();
/PHP-8.1/ext/intl/common/
H A Dcommon_arginfo.h18 ZEND_METHOD(IntlIterator, current);
26 ZEND_ME(IntlIterator, current, arginfo_class_IntlIterator_current, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/spl/
H A Dspl_iterators.c1478 ZVAL_UNDEF(&intern->current.key); in spl_dual_it_free()
1495 intern->current.pos = 0; in spl_dual_it_rewind()
1528 ZVAL_LONG(&intern->current.key, intern->current.pos); in spl_dual_it_fetch()
1544 intern->current.pos++; in spl_dual_it_next()
1773 if (Z_TYPE(intern->current.data) == IS_UNDEF || Z_TYPE(intern->current.key) == IS_UNDEF) { in PHP_METHOD()
2203 intern->current.pos = pos; in spl_limit_it_seek()
2211 if (pos < intern->current.pos) { in spl_limit_it_seek()
2287 RETURN_LONG(intern->current.pos); in PHP_METHOD()
2300 RETURN_LONG(intern->current.pos); in PHP_METHOD()
2837 PHP_METHOD(EmptyIterator, current) in PHP_METHOD() argument
[all …]
H A Dspl_heap.stub.php41 public function current(): mixed {} function in SplPriorityQueue
101 public function current(): mixed {} function in SplHeap
/PHP-8.1/ext/spl/tests/
H A Dgh11972.phpt23 public function isCyclic($current, string $key, \RecursiveArrayIterator $iterator): bool {
24 var_dump($current);
25 if (!is_array($current)) {
30 if (isset($current['#override_mode_breadcrumb'])) {
H A Diterator_041.phpt39 function current(): mixed
42 return parent::current();
99 State 4: current()
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 Diterator_041b.phpt39 function current(): mixed
42 return parent::current();
103 State 4: current()
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 Darray_019.phpt12 function current(): mixed
14 return ArrayIterator::current();
H A DSplFixedArray_override_getIterator.phpt11 echo "In A: key={$iterator->key()} value={$iterator->current()}\n";
12 yield $iterator->key() => $iterator->current();
/PHP-8.1/tests/output/
H A Dsapi_windows_vt100_support.inc46 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
48 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
50 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
/PHP-8.1/ext/standard/tests/array/
H A Dreset_basic.phpt14 echo key($array) . " => " . current($array) . "\n";
20 echo key($array) . " => " . current($array) . "\n";
H A Dend_basic.phpt14 echo key($array) . " => " . current($array) . "\n";
20 echo key($array) . " => " . current($array) . "\n";
H A Darray_key_first_variation.phpt12 var_dump( current($array) );
21 var_dump( current($array) );
H A Darray_key_last_variation.phpt12 var_dump( current($array) );
21 var_dump( current($array) );
H A D009.phpt2 Test key(), current(), next() & reset() functions
35 var_dump( current($sub_array)); // current element
36 var_dump( key($sub_array) ); // key of the current element
55 var_dump( current($sub_array)); // current element
56 var_dump( key($sub_array) ); // key of the current element
/PHP-8.1/Zend/tests/
H A Dgh9916-006.phpt24 $gen->current();
30 $gen->current();
H A Dgh9916-008.phpt7 public function current(): mixed
39 $gen->current();
/PHP-8.1/ext/standard/tests/dir/
H A Ddir_variation4.phpt34 echo "-- reading directory contents with current handle --\n";
35 var_dump( $e->read() ); // with current handle
64 -- reading directory contents with current handle --
H A Ddir_variation4-win32-mb.phpt40 echo "-- reading directory contents with current handle --\n";
41 var_dump( $e->read() ); // with current handle
70 -- reading directory contents with current handle --
/PHP-8.1/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"
/PHP-8.1/Zend/asm/
H A Djump_x86_64_ms_pe_masm.asm116 ; save current deallocation stack
119 ; save current stack limit
122 ; save current stack base
166 ; restore current deallocation stack
169 ; restore current stack limit
172 ; restore current stack base

Completed in 42 milliseconds

12345678910>>...22