Home
last modified time | relevance | path

Searched refs:rewind (Results 26 – 50 of 392) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/spl/tests/
H A Diterator_041.phpt27 function rewind()
30 return parent::rewind();
99 State 2: rewind()
113 State 2: rewind()
H A Dbug47534.phpt6 $it1->rewind();
10 $it2->rewind();
H A DSplFileObject_rewind_basic.phpt2 SPL: SplFileObject::rewind basic
17 $s->rewind();
H A Diterator_025.phpt31 $it->rewind();
37 $it->rewind();
44 $it->rewind();
H A Diterator_041b.phpt27 function rewind()
30 return parent::rewind();
103 State 2: rewind()
118 State 2: rewind()
H A Dspl_iterator_apply_error.phpt2 SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception
7 public function rewind() {
H A Ddllist_010.phpt12 $dll->rewind();
15 $dll->rewind();
H A DSplFileObject_rewind_variation001.phpt2 SPL: SplFileObject::rewind variation 001
20 $s->rewind();
H A Dobserver_002.phpt8 function rewind()
11 parent::rewind();
151 MyObjectStorage::rewind()
171 MyObjectStorage::rewind()
187 MyObjectStorage::rewind()
192 MyObjectStorage::rewind()
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc35 * call to $it->rewind(). Also if the current state is invalid the inner
53 function rewind()
55 $this->iterators->rewind();
58 $this->getInnerIterator()->rewind();
88 * rewind that Iterator.
105 $this->getInnerIterator()->rewind();
/PHP-5.5/Zend/tests/generators/
H A Dnested_calls_with_die.phpt13 $gen->rewind();
26 $outerGen->rewind();
H A Dbacktrace.phpt16 $gen->rewind(); // trigger run
26 #2 Generator->rewind() called at [%s:%d]
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator6.phpt33 function rewind() {
34 echo "rewind\n";
54 rewind
H A Dphar_buildfromiterator5.phpt33 function rewind() {
34 echo "rewind\n";
54 rewind
H A Dphar_buildfromiterator9.phpt33 function rewind() {
34 echo "rewind\n";
55 rewind
H A Dphar_buildfromiterator7.phpt33 function rewind() {
34 echo "rewind\n";
54 rewind
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_buildfromiterator5.phpt33 function rewind() {
34 echo "rewind\n";
54 rewind
H A Dphar_buildfromiterator6.phpt33 function rewind() {
34 echo "rewind\n";
54 rewind
H A Dphar_buildfromiterator9.phpt33 function rewind() {
34 echo "rewind\n";
55 rewind
H A Dphar_buildfromiterator7.phpt33 function rewind() {
34 echo "rewind\n";
54 rewind
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt33 function rewind() {
34 echo "rewind\n";
54 rewind
H A Dphar_buildfromiterator6.phpt33 function rewind() {
34 echo "rewind\n";
54 rewind
H A Dphar_buildfromiterator9.phpt33 function rewind() {
34 echo "rewind\n";
55 rewind
H A Dphar_buildfromiterator4.phpt33 function rewind() {
34 echo "rewind\n";
55 rewind
/PHP-5.5/tests/classes/
H A Diterators_003.phpt16 function rewind() {
76 c_iter::rewind
85 c_iter::rewind
102 c_iter::rewind

Completed in 24 milliseconds

12345678910>>...16