Home
last modified time | relevance | path

Searched refs:current (Results 551 – 571 of 571) sorted by last modified time

1...<<212223

/PHP-7.4/Zend/tests/generators/
H A Dgenerator_throwing_during_function_call.phpt18 var_dump($gen->current());
26 var_dump($gen->current());
H A Dgenerator_throwing_exception.phpt14 var_dump($gen->current());
22 var_dump($gen->current());
H A Dmultiple_yield_from_on_same_generator.phpt26 var_dump($g->current());
/PHP-7.4/Zend/tests/
H A Dforeach_003.phpt24 function current() {$this->trap(__FUNCTION__); return $this->n;}
28 foreach(['rewind', 'valid', 'key', 'current', 'next'] as $trap) {
63 current
64 current
65 current
H A Dforeach_017.phpt29 /* remove current */
67 /* replace current */
H A Dbug78752.phpt15 var_dump($gen->current());
H A Dbug71154.phpt15 var_dump($it->current());
H A Dbug71266.phpt17 var_dump(current($arr));
H A Dbug71724.phpt15 var_dump(test()->current());
H A Dbug73753.phpt5 function iterate($current, $a, $result = null) {
6 if (!$current) {
10 return iterate(getNext($a), $a, $current);
18 return current($a);
H A Dbug67874.phpt7 $data = array_map('current', $data);
H A Dbug70397.phpt11 var_dump($f->call(new class {})->current());
H A Dbug49269.phpt12 function current() {return $this->n;}
H A Dbug38808.phpt2 Bug #38808 ("maybe ref" issue for current() and others)
5 $current = "current";
11 echo $current($a)."\n";
13 echo $current($a)."\n";
H A Dbug46381.phpt8 return ArrayIterator::current();
17 Fatal error: Uncaught Error: Non-static method ArrayIterator::current() cannot be called statically…
H A Dbug23104.phpt7 var_dump(current($bar));
H A Dbug32674.phpt20 public function current() {
21 $element = current($this->_elements);
39 return ($this->current() !== false);
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
10 public function current() { throw new Exception(); }
13 public function valid() { return (current($this->arr) !== false); }
/PHP-7.4/
H A DCODING_STANDARDS.md333 purposes, these will only be documented by the most current name, with the
H A DREADME.REDIST.BINS550 Although their code does not appear in the current release, the
/PHP-7.4/TSRM/
H A Dthreads.m465 dnl Check whether the current setup can use POSIX threads calls.

Completed in 30 milliseconds

1...<<212223