Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-8.3/ext/standard/
H A Ddir_arginfo.h20 ZEND_ME_MAPPING(rewind, rewinddir, arginfo_class_Directory_rewind, ZEND_ACC_PUBLIC)
/PHP-8.3/Zend/
H A Dzend_iterators.h49 void (*rewind)(zend_object_iterator *iter); member
/PHP-8.3/ext/standard/tests/file/
H A Dftruncate_bug76803.phpt25 rewind($f);
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_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_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 ***
/PHP-8.3/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt23 rewind($f);
H A Dlibxml_set_external_entity_loader_trampoline.phpt20 rewind($f);
/PHP-8.3/Zend/tests/
H A Dgh9916-008.phpt21 public function rewind(): void
H A Dgh9916-007.phpt21 public function rewind(): void
/PHP-8.3/ext/spl/tests/
H A Dbug69181.phpt20 $file->rewind();
H A Ddit_006.phpt25 $di->rewind();
/PHP-8.3/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt21 $gen->rewind();
/PHP-8.3/ext/oci8/tests/
H A Dbug70700.phpt58 rewind($fh);
89 rewind($fh);
120 rewind($fh);
151 rewind($fh);
/PHP-8.3/ext/spl/
H A Dspl_dllist.stub.php89 public function rewind(): void {} function in SplDoublyLinkedList
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_isIterateable_basic.phpt14 function rewind(): void {}
/PHP-8.3/Zend/tests/generators/
H A Dyield_precedence.phpt19 for ($g->rewind(), $i = 1; $g->valid(); $g->send($i), $i++) {

Completed in 19 milliseconds

12345678910>>...17