Searched refs:rewind (Results 176 – 200 of 392) sorted by relevance
12345678910>>...16
/PHP-5.5/ext/spl/tests/ |
H A D | dit_002.phpt | 30 $obj->rewind();
|
H A D | RecursiveDirectoryIterator_getSubPathname_basic.phpt | 20 $it->rewind(); //see https://bugs.php.net/bug.php?id=62914
|
H A D | fileobject_001.phpt | 18 $o->rewind();
|
/PHP-5.5/ext/standard/tests/dir/ |
H A D | dir_variation5.phpt | 13 * Description: Directory class with properties, handle and class and methods read, rewind and close
|
H A D | dir_error.phpt | 7 * Description: Directory class with properties, handle and class and methods read, rewind and close
|
H A D | rewinddir_error.phpt | 8 * Alias to functions: rewind
|
H A D | rewinddir_variation2.phpt | 8 * Alias to functions: rewind
|
H A D | rewinddir_variation3.phpt | 8 * Alias to functions: rewind
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | fscanf_variation13.phpt | 52 // rewind the file so that for every foreach iteration the file pointer starts from bof 53 rewind($file_handle);
|
H A D | fscanf_variation22.phpt | 59 // rewind the file so that for every foreach iteration the file pointer starts from bof 60 rewind($file_handle);
|
H A D | fscanf_variation44.phpt | 52 // rewind the file so that for every foreach iteration the file pointer starts from bof 53 rewind($file_handle);
|
H A D | fscanf_variation50.phpt | 52 // rewind the file so that for every foreach iteration the file pointer starts from bof 53 rewind($file_handle);
|
H A D | fscanf_variation7.phpt | 52 // rewind the file so that for every foreach iteration the file pointer starts from bof 53 rewind($file_handle);
|
H A D | fseek_ftell_rewind_error2.phpt | 2 Test fseek(), ftell() & rewind() functions : error conditions - ftell() 9 Prototype: bool rewind ( resource $handle );
|
H A D | fscanf_variation16.phpt | 59 // rewind the file so that for every foreach iteration the file pointer starts from bof 60 rewind($file_handle);
|
H A D | fscanf_variation19.phpt | 56 // rewind the file so that for every foreach iteration the file pointer starts from bof 57 rewind($file_handle);
|
H A D | fscanf_variation32.phpt | 57 // rewind the file so that for every foreach iteration the file pointer starts from bof 58 rewind($file_handle);
|
H A D | fscanf_variation38.phpt | 52 // rewind the file so that for every foreach iteration the file pointer starts from bof 53 rewind($file_handle);
|
H A D | fgetcsv_variation13.phpt | 40 // else rewind the file pointer to beginning of the file 45 // rewind the file pointer to bof 46 rewind($file_handle);
|
H A D | fgetcsv_variation20.phpt | 41 // else rewind the file pointer to beginning of the file 46 // rewind the file pointer to bof 47 rewind($file_handle);
|
H A D | fscanf_variation25.phpt | 56 // rewind the file so that for every foreach iteration the file pointer starts from bof 57 rewind($file_handle);
|
H A D | fseek_ftell_rewind_error1.phpt | 2 Test fseek(), ftell() & rewind() functions : error conditions - fseek() 9 Prototype: bool rewind ( resource $handle );
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | stream_get_meta_data_file_variation5.phpt | 19 rewind($fp);
|
/PHP-5.5/ext/standard/tests/filters/ |
H A D | stream_filter_remove_basic.phpt | 29 rewind( $fp );
|
/PHP-5.5/ext/spl/ |
H A D | spl_iterators.c | 338 if (sub_iter->funcs->rewind) { in spl_recursive_it_move_forward_ex() 393 if (sub_iter->funcs->rewind) { in spl_recursive_it_rewind_ex() 1673 SPL_METHOD(dual_it, rewind) in SPL_METHOD() argument 1807 SPL_METHOD(FilterIterator, rewind) in SPL_METHOD() argument 2518 SPL_METHOD(LimitIterator, rewind) in SPL_METHOD() argument 2721 SPL_METHOD(CachingIterator, rewind) in SPL_METHOD() argument 3121 SPL_METHOD(NoRewindIterator, rewind) in SPL_METHOD() argument 3247 SPL_METHOD(EmptyIterator, rewind) in SPL_METHOD() argument 3385 SPL_METHOD(AppendIterator, rewind) in SPL_METHOD() argument 3492 if (iter->funcs->rewind) { in spl_iterator_apply() [all …]
|
Completed in 58 milliseconds
12345678910>>...16