Home
last modified time | relevance | path

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

12345678910>>...17

/php-src/Zend/tests/
H A Dbug32674.phpt12 public function rewind(): void {
H A Dbug32993.phpt9 public function rewind(): void { reset($this->arr); }
H A Dbug49269.phpt15 function rewind(): void {$this->n = 0;}
H A Dbug71154.phpt13 $it->rewind();
H A Dbug71980.phpt31 $gen->rewind();
35 $gen->rewind();
H A Dbug79927.phpt13 $generator->rewind();
24 $generator2->rewind();
29 Cannot rewind a generator that was already run
H A Dforeach_003.phpt21 function rewind(): void {$this->trap(__FUNCTION__); $this->n = 0;}
28 foreach(['rewind', 'valid', 'key', 'current', 'next'] as $trap) {
54 rewind
55 rewind
56 rewind
H A Dgc_046.phpt14 $this->iterator->rewind();
/php-src/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 %s(%d): Generator->rewind()
H A Dbug71013.phpt12 function rewind (): void {}
H A Dbug80240.phpt18 $a->rewind();
19 $b->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(): void {}
/php-src/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt21 $gen->rewind();
/php-src/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 37 milliseconds

12345678910>>...17