Home
last modified time | relevance | path

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

12345678910>>...17

/php-src/ext/standard/tests/file/
H A Dfscanf_variation10.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 rewind($file_handle);
H A Dfscanf_variation29.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 rewind($file_handle);
H A Dfscanf_variation35.phpt50 // rewind the file so that for every foreach iteration the file pointer starts from bof
51 rewind($file_handle);
H A Dfscanf_variation4.phpt51 // rewind the file so that for every foreach iteration the file pointer starts from bof
52 rewind($file_handle);
H A Dfscanf_variation41.phpt50 // rewind the file so that for every foreach iteration the file pointer starts from bof
51 rewind($file_handle);
H A Dfscanf_variation47.phpt50 // rewind the file so that for every foreach iteration the file pointer starts from bof
51 rewind($file_handle);
H A Dfseek_ftell_rewind_variation3.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET
8 /* Testing fseek(),ftell(),rewind() functions
13 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n";
23 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
54 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***
H A Dfseek_ftell_rewind_basic1.phpt2 Test fseek(), ftell() & rewind() functions : Basic functionality - all r and a modes
8 /* Testing fseek(),ftell(),rewind() functions on all read and append modes */
9 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
18 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
33 var_dump( rewind($file_handle) ); // Confirm file pointer moves correctly
54 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
13 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
15 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
29 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
44 var_dump( rewind($file_handle) ); // set to beginning of file
64 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfseek_ftell_rewind_basic2-win32.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
13 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
15 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
29 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
44 var_dump( rewind($file_handle) ); // set to beginning of file
64 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfseek_ftell_rewind_basic2.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
13 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
15 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
29 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
44 var_dump( rewind($file_handle) ); // set to beginning of file
64 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfseek_ftell_rewind_variation1.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, default whence
8 /* Testing fseek(),ftell(),rewind() functions
12 echo "*** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***\n";
21 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
53 *** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***
H A Duserstreams.phpt71 rewind($tf) or die("failed to rewind tmp file!");
243 rewind($tf);
244 rewind($fp);
314 rewind($fp);
H A Dfscanf_variation13.phpt47 // rewind the file so that for every foreach iteration the file pointer starts from bof
48 rewind($file_handle);
H A Dfscanf_variation16.phpt54 // rewind the file so that for every foreach iteration the file pointer starts from bof
55 rewind($file_handle);
H A Dfscanf_variation19.phpt51 // rewind the file so that for every foreach iteration the file pointer starts from bof
52 rewind($file_handle);
/php-src/ext/spl/
H A Dspl_observer_arginfo.h145 ZEND_METHOD(SplObjectStorage, rewind);
164 ZEND_METHOD(MultipleIterator, rewind);
192 ZEND_ME(SplObjectStorage, rewind, arginfo_class_SplObjectStorage_rewind, ZEND_ACC_PUBLIC)
218 ZEND_ME(MultipleIterator, rewind, arginfo_class_MultipleIterator_rewind, ZEND_ACC_PUBLIC)
H A Dspl_dllist.stub.php77 public function rewind(): void {} function in SplDoublyLinkedList
/php-src/ext/reflection/tests/
H A DReflectionClass_isIterateable_basic.phpt14 function rewind(): void {}
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_trampoline.phpt20 rewind($f);
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_documentURI.phpt13 rewind($memory);
/php-src/ext/spl/tests/
H A Ddit_006.phpt25 $di->rewind();
/php-src/Zend/tests/generators/
H A Dyield_precedence.phpt19 for ($g->rewind(), $i = 1; $g->valid(); $g->send($i), $i++) {
/php-src/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt23 rewind( $fp );
/php-src/Zend/tests/
H A Dgh9916-007.phpt21 public function rewind(): void

Completed in 36 milliseconds

12345678910>>...17