Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.3/ext/standard/tests/file/
H A D007_variation23.phpt34 rewind($file_handle);
H A D007_variation7.phpt34 rewind($file_handle);
H A D007_variation8.phpt34 rewind($file_handle);
H A Dstream_rfc2397_007.phpt33 var_dump(rewind($fp));
H A D007_variation13-win32.phpt39 rewind($file_handle);
H A D007_variation13.phpt39 rewind($file_handle);
H A D007_variation15.phpt34 rewind($file_handle);
H A Dfgetss_variation5-win32.phpt55 // rewind the file pointer to begining of the file
57 var_dump( rewind($file_handle) );
H A Dfgetss_variation5.phpt52 // rewind the file pointer to begining of the file
54 var_dump( rewind($file_handle) );
H A Dfscanf_variation5.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
61 rewind($file_handle);
H A Dfscanf_variation11.phpt65 // rewind the file so that for every foreach iteration the file pointer starts from bof
66 rewind($file_handle);
H A Dfscanf_variation30.phpt65 // rewind the file so that for every foreach iteration the file pointer starts from bof
66 rewind($file_handle);
H A Dfscanf_variation36.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
61 rewind($file_handle);
H A Dfscanf_variation42.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
61 rewind($file_handle);
H A Dfscanf_variation48.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
61 rewind($file_handle);
H A D007_variation24.phpt34 rewind($file_handle);
H A Dfscanf_variation51.phpt51 rewind($file_handle);
H A D007_variation16.phpt34 rewind($file_handle);
H A D007_variation3.phpt37 rewind($file_handle);
H A D007_variation4.phpt37 rewind($file_handle);
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt15 public function rewind() {}
/PHP-5.3/ext/gd/libgd/
H A Dxbm.c50 rewind(fd); in gdImageCreateFromXbm()
/PHP-5.3/ext/standard/tests/dir/
H A Ddir_variation7.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.3/ext/oci8/tests/
H A Dreflection2.phpt77 Method [ <internal%s> public method rewind ] {
/PHP-5.3/ext/soap/tests/
H A Dserver031.phpt16 public function rewind() { return reset($this->a); }

Completed in 27 milliseconds

12345678910>>...15