Home
last modified time | relevance | path

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

12345678910>>...17

/php-src/ext/spl/tests/SplFileObject/
H A Dbug77024.phpt8 $file->rewind();
15 $file->rewind();
H A Dfileobject_005.phpt16 $fo->rewind();
19 $fo->rewind();
H A DSplFileObject_rewind_variation001.phpt2 SPL: SplFileObject::rewind variation 001
20 $s->rewind();
H A Dfgetcsv_blank_file.phpt14 $file->rewind();
18 $file->rewind();
H A Dbug80933.phpt13 $temp->rewind();
17 $temp->rewind();
/php-src/ext/spl/tests/
H A Dbug79151.phpt9 $a->rewind();
17 $a->rewind();
H A Dobserver_002.phpt8 function rewind(): void
11 parent::rewind();
149 MyObjectStorage::rewind()
169 MyObjectStorage::rewind()
185 MyObjectStorage::rewind()
190 MyObjectStorage::rewind()
H A Dbug69970.phpt9 function rewind(): void {
17 parent::rewind();
H A Diterator_039.phpt23 public function rewind(): void
71 NumericArrayIterator::rewind
99 NumericArrayIterator::rewind
/php-src/tests/classes/
H A Diterators_003.phpt14 function rewind(): void {
74 c_iter::rewind
83 c_iter::rewind
100 c_iter::rewind
H A Diterators_008.phpt21 public function rewind(): void {
40 D::rewind(2)
/php-src/Zend/tests/try/
H A Dbug71604_3.phpt22 gen()->rewind();
32 #1 %s(%d): Generator->rewind()
/php-src/Zend/
H A Dzend_interfaces.stub.php28 public function rewind(): void; function
84 public function rewind(): void {} function in InternalIterator
/php-src/Zend/tests/
H A Dbug71980.phpt31 $gen->rewind();
35 $gen->rewind();
/php-src/ext/standard/tests/file/
H A Dbug68532.phpt8 rewind($stream);
15 rewind($fileStream );
H A Dbug66588.phpt11 rewind($s);
17 rewind($s);
H A Dfpassthru_variation.phpt43 rewind( $file_read );
48 rewind( $file_read );
60 rewind( $file_read );
/php-src/ext/phar/tests/
H A Dphar_buildfromiterator4.phpt33 function rewind(): void {
34 echo "rewind\n";
60 rewind
/php-src/ext/zend_test/tests/iterators/
H A Ddouble-rewind.phpt2 Tests that internal iterator's rewind function is called once
18 TraversableTest::rewind
/php-src/ext/simplexml/tests/
H A Diterator_interaction_empty_and_var_dump.phpt19 $first->rewind();
27 $first->rewind();
/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.003.phpt21 public function rewind(): void {
77 --> EnglishMealIterator::rewind (0)
96 --> EnglishMealIterator::rewind (0)
115 --> EnglishMealIterator::rewind (0)
H A DforeachLoopIteratorAggregate.001.phpt21 public function rewind(): void {
57 public function rewind(): void {
166 --> EnglishMealIterator::rewind (0)
185 --> FrenchMealIterator::rewind (0)
212 --> EnglishMealIterator::rewind (3)
220 --> FrenchMealIterator::rewind (4)
250 --> EnglishMealIterator::rewind (1)
/php-src/ext/standard/tests/streams/
H A Dbug64166.phpt9 rewind($fd);
19 rewind($fd);
/php-src/ext/zlib/tests/
H A Dgzrewind_basic2.phpt11 echo "read to the end of the file, then rewind\n";
23 read to the end of the file, then rewind
H A Dgzrewind_basic.phpt9 echo "test rewind before doing anything\n";
22 test rewind before doing anything

Completed in 55 milliseconds

12345678910>>...17