Home
last modified time | relevance | path

Searched refs:rewind (Results 376 – 400 of 419) sorted by relevance

1...<<11121314151617

/PHP-8.3/ext/standard/tests/file/
H A Dfread_basic.phpt64 var_dump(rewind($file_handle));
76 var_dump(rewind($file_handle));
H A Dfgetcsv_variation11.phpt57 // else rewind the file pointer to beginning of the file
62 // rewind the file pointer to bof
63 rewind($file_handle);
H A Dfgets_variation5.phpt35 rewind($file_handle);
H A Dfread_variation1.phpt73 rewind($file_handle);
83 rewind($file_handle);
H A Dfgets_basic.phpt32 var_dump( rewind($file_handle) );
H A Dfgetcsv_variation6.phpt59 // else rewind the file pointer to beginning of the file
64 // rewind the file pointer to bof
65 rewind($file_handle);
H A Dfscanf_variation51.phpt46 rewind($file_handle);
H A Dftruncate_variation1-win32.phpt46 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation1-win32-mb.phpt46 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation1.phpt46 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation7-win32.phpt47 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation7.phpt47 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation2.phpt46 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation3.phpt46 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation5.phpt46 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation2-win32.phpt46 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation3-win32.phpt46 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation5-win32.phpt46 rewind($file_handle); // file pointer to 0
H A Dfread_variation2.phpt72 rewind($file_handle);
82 rewind($file_handle);
H A Dfgetcsv_variation29.phpt55 // else rewind the file pointer to beginning of the file
H A Dfgetcsv_variation31.phpt55 // else rewind the file pointer to beginning of the file
/PHP-8.3/ext/spl/
H A Dspl_observer.c664 PHP_METHOD(SplObjectStorage, rewind) in PHP_METHOD() argument
1144 PHP_METHOD(MultipleIterator, rewind) in PHP_METHOD() argument
H A Dspl_directory.c773 PHP_METHOD(DirectoryIterator, rewind) in PHP_METHOD() argument
1434 PHP_METHOD(FilesystemIterator, rewind) in PHP_METHOD() argument
2112 PHP_METHOD(SplFileObject, rewind) in PHP_METHOD() argument
/PHP-8.3/ext/oci8/
H A Doci8.stub.php1002 public function rewind(): bool {}
/PHP-8.3/ext/standard/
H A Dconfig.m431 rewind(fp);

Completed in 53 milliseconds

1...<<11121314151617