Home
last modified time | relevance | path

Searched refs:rewind (Results 251 – 275 of 392) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/standard/tests/file/
H A D007_variation13.phpt39 rewind($file_handle);
H A D007_variation15.phpt34 rewind($file_handle);
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 Dfscanf_variation5.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
61 rewind($file_handle);
H A Dfgetss_variation5-win32.phpt55 // rewind the file pointer to beginning of the file
57 var_dump( rewind($file_handle) );
H A Dfgetss_variation5.phpt52 // rewind the file pointer to beginning of the file
54 var_dump( 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 Dfscanf_variation51.phpt51 rewind($file_handle);
H A D007_variation16.phpt34 rewind($file_handle);
H A D007_variation24.phpt34 rewind($file_handle);
H A Dstream_rfc2397_007.phpt34 var_dump(rewind($fp));
H A Dfscanf_variation52.phpt49 rewind($file_handle);
H A D007_variation11-win32.phpt42 rewind($file_handle);
H A D007_variation19.phpt37 rewind($file_handle);
H A D007_variation3.phpt37 rewind($file_handle);
H A D007_variation4.phpt37 rewind($file_handle);
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c50 rewind(fd); in gdImageCreateFromXbm()
/PHP-5.5/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.5/ext/soap/tests/
H A Dserver031.phpt16 public function rewind() { return reset($this->a); }

Completed in 31 milliseconds

1...<<111213141516