Home
last modified time | relevance | path

Searched refs:rewind (Results 226 – 250 of 392) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation4.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation4.phpt32 // rewind the file pointer to beginning of the file
33 var_dump( rewind($file_handle) );
H A Dfgetss_variation4.phpt50 // rewind the file pointer to beginning of the file
52 var_dump( rewind($file_handle) );
H A Dbug38450.phpt95 rewind($fp);
H A Dbug38450_1.phpt95 rewind($fp);
H A Dbug38450_3.phpt95 rewind($fp);
H A Dfgetss_variation1-win32.phpt59 // rewind the file pointer to beginning of the file
61 var_dump( rewind($file_handle) );
H A Dfgetss_variation1.phpt55 // rewind the file pointer to beginning of the file
57 var_dump( rewind($file_handle) );
H A D007_variation14.phpt34 rewind($file_handle);
H A D007_variation21.phpt34 rewind($file_handle);
H A D007_variation22.phpt34 rewind($file_handle);
H A D007_variation5.phpt34 rewind($file_handle);
H A D007_variation6.phpt34 rewind($file_handle);
H A Dbug38450_2.phpt95 rewind($fp);
H A D007_variation13-win32.phpt39 rewind($file_handle);
/PHP-5.5/ext/standard/tests/array/
H A Dend_64bit.phpt58 // remove last element from array, rewind and check end()
65 // remove any element !first, !last, rewind and check end()
H A Dend.phpt58 // remove last element from array, rewind and check end()
65 // remove any element !first, !last, rewind and check end()
/PHP-5.5/ext/phar/tests/
H A Drefcount1.phpt31 rewind($b);
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt19 rewind($fp);
/PHP-5.5/ext/phar/tests/zip/
H A Drefcount1.phpt39 rewind($b);
/PHP-5.5/ext/oci8/tests/
H A Dlob_026.phpt2 oci_lob_seek()/rewind()/append()
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc107 public function rewind()
111 $iter->rewind();
/PHP-5.5/ext/pdo/tests/
H A Dpdo_014.phpt36 /*** HINT: If YOU plan to do so remember not to call rewind() -> see below ***/
/PHP-5.5/ext/phar/tests/tar/
H A Drefcount1.phpt42 rewind($b);
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt15 public function rewind() {}

Completed in 27 milliseconds

12345678910>>...16