Home
last modified time | relevance | path

Searched refs:rewind (Results 176 – 200 of 392) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/spl/tests/
H A Ddit_002.phpt30 $obj->rewind();
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt20 $it->rewind(); //see https://bugs.php.net/bug.php?id=62914
H A Dfileobject_001.phpt18 $o->rewind();
/PHP-5.5/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 Ddir_error.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Drewinddir_error.phpt8 * Alias to functions: rewind
H A Drewinddir_variation2.phpt8 * Alias to functions: rewind
H A Drewinddir_variation3.phpt8 * Alias to functions: rewind
/PHP-5.5/ext/standard/tests/file/
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_variation22.phpt59 // rewind the file so that for every foreach iteration the file pointer starts from bof
60 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 Dfscanf_variation7.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 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_variation19.phpt56 // rewind the file so that for every foreach iteration the file pointer starts from bof
57 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 Dfgetcsv_variation13.phpt40 // else rewind the file pointer to beginning of the file
45 // rewind the file pointer to bof
46 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 Dfscanf_variation25.phpt56 // rewind the file so that for every foreach iteration the file pointer starts from bof
57 rewind($file_handle);
H A Dfseek_ftell_rewind_error1.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - fseek()
9 Prototype: bool rewind ( resource $handle );
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt19 rewind($fp);
/PHP-5.5/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt29 rewind( $fp );
/PHP-5.5/ext/spl/
H A Dspl_iterators.c338 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 40 milliseconds

12345678910>>...16