Home
last modified time | relevance | path

Searched refs:rewind (Results 201 – 225 of 411) sorted by relevance

12345678910>>...17

/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation5.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Drewinddir_variation2.phpt8 * Alias to functions: rewind
H A Drewinddir_variation2-win32-mb.phpt14 * Alias to functions: rewind
H A Drewinddir_variation3.phpt8 * Alias to functions: rewind
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation14.phpt39 // else rewind the file pointer to beginning of the file
44 // rewind the file pointer to bof
45 rewind($file_handle);
H A Dfscanf_variation19.phpt56 // rewind the file so that for every foreach iteration the file pointer starts from bof
57 rewind($file_handle);
H A Dfscanf_variation22.phpt59 // rewind the file so that for every foreach iteration the file pointer starts from bof
60 rewind($file_handle);
H A Dfscanf_variation7.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
53 rewind($file_handle);
H A Dfscanf_variation13.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
53 rewind($file_handle);
H A Dfscanf_variation16.phpt59 // rewind the file so that for every foreach iteration the file pointer starts from bof
60 rewind($file_handle);
H A Dfscanf_variation32.phpt57 // rewind the file so that for every foreach iteration the file pointer starts from bof
58 rewind($file_handle);
H A Dfscanf_variation38.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
53 rewind($file_handle);
H A Dfscanf_variation44.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
53 rewind($file_handle);
H A Dfscanf_variation50.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
53 rewind($file_handle);
H A Dfseek_ftell_rewind_error2.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - ftell()
9 Prototype: bool rewind ( resource $handle );
H A Dfgetcsv_variation13.phpt39 // else rewind the file pointer to beginning of the file
44 // rewind the file pointer to bof
45 rewind($file_handle);
H A Dfgetcsv_variation20.phpt41 // else rewind the file pointer to beginning of the file
46 // rewind the file pointer to bof
47 rewind($file_handle);
H A Dbug27508.phpt64 rewind($fp);
/PHP-7.4/ext/spl/tests/
H A Dbug77903.phpt6 $a->rewind();
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt20 $it->rewind(); //see https://bugs.php.net/bug.php?id=62914
H A Dbug73423.phpt25 public Function rewind ()
H A Dfileobject_001.phpt18 $o->rewind();
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt19 rewind($fp);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt42 $iter->rewind();
/PHP-7.4/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt29 rewind( $fp );

Completed in 36 milliseconds

12345678910>>...17