Home
last modified time | relevance | path

Searched refs:rewind (Results 1 – 25 of 392) sorted by last modified time

12345678910>>...16

/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.003.phpt21 public function rewind() {
78 --> EnglishMealIterator::rewind (0)
97 --> EnglishMealIterator::rewind (0)
116 --> EnglishMealIterator::rewind (0)
H A DforeachLoopIteratorAggregate.004.phpt14 function rewind() {
72 c_iter::rewind
78 c_iter::rewind
88 c_iter::rewind
98 c_iter::rewind
H A DforeachLoopIterator.001.phpt22 public function rewind() {
50 $f->rewind();
84 --> MealIterator::rewind (0)
101 --> MealIterator::rewind (3)
106 --> MealIterator::rewind (0)
113 --> MealIterator::rewind (0)
H A DforeachLoopIterator.002.phpt9 public function rewind() { }
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)
/PHP-5.5/tests/classes/
H A Diterators_001.phpt17 function rewind() {
H A Diterators_002.phpt16 function rewind() {
76 c_iter::rewind
82 c_iter::rewind
93 c_iter::rewind
104 c_iter::rewind
H A Diterators_003.phpt16 function rewind() {
76 c_iter::rewind
85 c_iter::rewind
102 c_iter::rewind
H A Diterators_006.phpt16 function rewind() {
55 #$array->rewind();
H A Diterators_007.phpt10 …public function rewind() { if ($this->x == 0) throw new Exception(__METHOD__); reset($this->arr…
37 Caught in Test::rewind()
H A Diterators_008.phpt21 public function rewind() {
38 D::rewind(2)
/PHP-5.5/sapi/cli/
H A Dphp_cli.c652 rewind(file_handle->handle.fp); in cli_seek_file_begin()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2414 rewind(file_handle.handle.fp);
/PHP-5.5/main/streams/
H A Dcast.c290 rewind(*(FILE**)ret); in _php_stream_cast()
/PHP-5.5/ext/zlib/
H A Dzlib.c849 PHP_FALIAS(gzrewind, rewind, arginfo_gzpassthru)
/PHP-5.5/ext/zlib/tests/
H A Dgzrewind_basic.phpt13 echo "test rewind before doing anything\n";
27 test rewind before doing anything
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
/PHP-5.5/ext/wddx/tests/
H A D003.phpt12 rewind($fp);
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt19 rewind( $fp );
H A Dvfprintf_error3.phpt22 rewind( $fp );
25 rewind( $fp );
29 rewind( $fp );
32 rewind( $fp );
H A Dvfprintf_variation1.phpt37 rewind( $fp );
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64166_2.phpt9 rewind($fd);
21 rewind($fd);
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt72 rewind($tf) or die("failed to rewind tmp file!");
240 rewind($tf);
241 rewind($fp);
311 rewind($fp);
/PHP-5.5/ext/standard/tests/filters/
H A Dbasic.phpt14 rewind($fp);
H A Dbug50363.phpt11 rewind($b);

Completed in 43 milliseconds

12345678910>>...16