Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-8.2/ext/spl/tests/
H A Dspl_iterator_to_array_error.phpt2 SPL: Error: iterator_to_array when the current operation throws an exception
7 public function current(): mixed {
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();
/PHP-8.2/Zend/tests/generators/
H A Dthrow_into_yield_from_array.phpt19 var_dump($g->current());
25 var_dump($g->current());
/PHP-8.2/ext/spl/
H A Dspl_iterators.stub.php8 public function current(): never {} function in EmptyIterator
89 public function current(): mixed {} function in RecursiveIteratorIterator
154 public function current(): mixed {} function in IteratorIterator
333 public function current(): mixed {} function in NoRewindIterator
353 public function current(): mixed {} function in AppendIterator
494 public function current(): mixed {} function in RecursiveTreeIterator
H A Dspl_iterators.c121 } current; member
1519 ZVAL_UNDEF(&intern->current.key); in spl_dual_it_free()
1536 intern->current.pos = 0; in spl_dual_it_rewind()
1569 ZVAL_LONG(&intern->current.key, intern->current.pos); in spl_dual_it_fetch()
1585 intern->current.pos++; in spl_dual_it_next()
1814 if (Z_TYPE(intern->current.data) == IS_UNDEF || Z_TYPE(intern->current.key) == IS_UNDEF) { in PHP_METHOD()
2249 intern->current.pos = pos; in spl_limit_it_seek()
2257 if (pos < intern->current.pos) { in spl_limit_it_seek()
2333 RETURN_LONG(intern->current.pos); in PHP_METHOD()
2346 RETURN_LONG(intern->current.pos); in PHP_METHOD()
[all …]
/PHP-8.2/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.2/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";
/PHP-8.2/ext/sockets/tests/
H A Dsocket_tcp_congestion.phpt21 echo "current tcp congestion algo " . $r['name'] . "\n";
27 current tcp congestion algo %s
/PHP-8.2/Zend/tests/
H A Dgh9916-008.phpt7 public function current(): mixed
39 $gen->current();
H A Dgh9916-006.phpt24 $gen->current();
30 $gen->current();
H A Dgh15108-006.phpt32 var_dump($a->current());
33 var_dump($b->current());
H A Dgh15108-004.phpt24 var_dump($b->current());
25 var_dump($c->current());
H A Dgh15330-005.phpt27 var_dump($canary, $iterable->current());
37 $iterable->current();
H A Dgh15330-006.phpt31 var_dump($canary, $iterable->current());
40 $iterable->current();
H A Dgh15330-004.phpt27 var_dump($canary, $iterable->current());
36 $iterable->current();
/PHP-8.2/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 --
/PHP-8.2/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"
H A DDatePeriod_serialize-001.phpt35 ["current"]=>
72 …00:00.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"+00:00";}s:7:"current";N;s:3:"end";N;s:…
86 ["current"]=>
133 ["current"]=>
/PHP-8.2/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 63 milliseconds

12345678910>>...24