Home
last modified time | relevance | path

Searched refs:rewind (Results 1 – 25 of 411) sorted by path

12345678910>>...17

/PHP-7.4/Zend/tests/
H A Dbug32674.phpt12 public function rewind() {
H A Dbug32993.phpt9 public function rewind() { return reset($this->arr); }
H A Dbug49269.phpt15 function rewind() {$this->n = 0;}
H A Dbug71154.phpt13 $it->rewind();
H A Dbug71980.phpt31 $gen->rewind();
35 $gen->rewind();
H A Dforeach_003.phpt21 function rewind() {$this->trap(__FUNCTION__); $this->n = 0;}
28 foreach(['rewind', 'valid', 'key', 'current', 'next'] as $trap) {
54 rewind
55 rewind
56 rewind
H A Dforeach_004.phpt19 function rewind() {$this->trap(__FUNCTION__); return parent::rewind();}
25 foreach(['rewind', 'valid', 'key', 'next'] as $trap) {
51 rewind
52 rewind
53 rewind
/PHP-7.4/Zend/tests/generators/
H A Daborted_yield_during_nested_fcalls.phpt13 $gen->rewind();
H A Daborted_yield_during_new.phpt14 gen()->rewind();
H A Daborted_yield_during_switch.phpt14 $gen->rewind();
H A Dbacktrace.phpt16 $gen->rewind(); // trigger run
26 #2 Generator->rewind() called at [%s:%d]
H A Dbug71013.phpt12 function rewind () {}
H A Dexception_during_shutdown.phpt20 $gen->rewind();
H A Dfunc_get_args.phpt12 $gen->rewind();
H A Dgenerator_rewind.phpt14 $gen->rewind();
15 $gen->rewind();
19 $gen->rewind();
45 $gen->rewind();
52 Exception: Cannot rewind a generator that was already run in %s:%d
54 #0 %s(%d): Generator->rewind()
H A Dnested_calls_with_die.phpt13 $gen->rewind();
26 $outerGen->rewind();
H A Dyield_during_method_call.phpt22 $gen->rewind();
H A Dyield_from_force_closed.phpt23 $gen->rewind();
H A Dyield_from_valid_exception.phpt7 function rewind() {}
H A Dyield_in_finally_cleanup.phpt43 gen1()->rewind();
44 gen2()->rewind();
45 gen3()->rewind();
46 gen4()->rewind();
H A Dyield_precedence.phpt19 for ($g->rewind(), $i = 1; $g->valid(); $g->send($i), $i++) {
/PHP-7.4/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt21 $gen->rewind();
/PHP-7.4/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt23 $gen->rewind();
H A Dreturn_return.phpt27 $gen->rewind(); // force run
H A Drun_on_dtor.phpt15 $gen->rewind();

Completed in 68 milliseconds

12345678910>>...17