Home
last modified time | relevance | path

Searched refs:current (Results 576 – 585 of 585) sorted by last modified time

1...<<21222324

/PHP-5.5/Zend/tests/generators/
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
H A Dgenerator_send.phpt12 var_dump($gen->current());
14 var_dump($gen->current());
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 Dgenerator_with_keys.phpt9 yield $key => current($array);
H A Dnested_method_calls.phpt23 $g1->current();
26 $g2->current();
H A Dno_foreach_var_leaks.phpt13 var_dump($gen->current());
/PHP-5.5/Zend/tests/
H A Dbug49269.phpt12 function current() {return $this->n;}
H A Dbug23104.phpt7 var_dump(current($bar));
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); }

Completed in 24 milliseconds

1...<<21222324