Home
last modified time | relevance | path

Searched refs:rewind (Results 51 – 75 of 392) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/phar/tests/zip/
H A Dphar_buildfromiterator7.phpt33 function rewind() {
34 echo "rewind\n";
54 rewind
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt33 function rewind() {
34 echo "rewind\n";
55 rewind
/PHP-5.5/ext/standard/tests/file/
H A Dbug68532.phpt8 rewind($stream);
15 rewind($fileStream );
H A Dfpassthru_variation.phpt49 rewind( $file_read );
54 rewind( $file_read );
66 rewind( $file_read );
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_basic.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
28 echo "\nRead and rewind:\n";
31 var_dump( $d->rewind() );
65 Read and rewind:
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator4.phpt33 function rewind() {
34 echo "rewind\n";
61 rewind
H A Dphar_oo_004.phpt38 function rewind()
41 parent::rewind();
103 MyDirectoryIterator::rewind
H A Dphar_oo_004U.phpt38 function rewind()
41 parent::rewind();
103 MyDirectoryIterator::rewind
H A Dphar_buildfromiterator3.phpt33 function rewind() {
34 echo "rewind\n";
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt21 public function rewind() {
57 public function rewind() {
167 --> EnglishMealIterator::rewind (0)
186 --> FrenchMealIterator::rewind (0)
213 --> EnglishMealIterator::rewind (3)
221 --> FrenchMealIterator::rewind (4)
251 --> EnglishMealIterator::rewind (1)
H A DforeachLoopIteratorAggregate.003.phpt21 public function rewind() {
78 --> EnglishMealIterator::rewind (0)
97 --> EnglishMealIterator::rewind (0)
116 --> EnglishMealIterator::rewind (0)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64166.phpt9 rewind($fd);
19 rewind($fd);
H A Dbug64166_2.phpt9 rewind($fd);
21 rewind($fd);
/PHP-5.5/tests/classes/
H A Diterators_008.phpt21 public function rewind() {
38 D::rewind(2)
/PHP-5.5/ext/spl/tests/
H A Diterator_039.phpt23 public function rewind()
73 NumericArrayIterator::rewind
101 NumericArrayIterator::rewind
H A Dfileobject_005.phpt18 $fo->rewind();
21 $fo->rewind();
H A Diterator_015.phpt8 function rewind()
11 parent::rewind();
H A Diterator_016.phpt21 function rewind()
24 parent::rewind();
H A Diterator_014.phpt30 function rewind()
33 parent::rewind();
79 RecursiveArrayIteratorIterator::rewind
H A DarrayObject_getIteratorClass_basic1.phpt12 function rewind() {
15 return parent::rewind();
78 In MyIterator::rewind()
/PHP-5.5/ext/zlib/tests/
H A Dgzrewind_basic2.phpt15 echo "read to the end of the file, then rewind\n";
28 read to the end of the file, then rewind
H A Dgzrewind_basic.phpt13 echo "test rewind before doing anything\n";
27 test rewind before doing anything
/PHP-5.5/ext/spl/internal/
H A Dinfiniteiterator.inc35 /** Move the inner Iterator forward to its next element or rewind it.
43 $this->getInnerIterator()->rewind();
H A Dseekableiterator.inc18 * to seek on an iterator LimitIterator can use this to efficiently rewind
33 $this->rewind();
/PHP-5.5/ext/spl/examples/
H A Dsearchiterator.inc28 function rewind()
30 parent::rewind();

Completed in 52 milliseconds

12345678910>>...16