Home
last modified time | relevance | path

Searched refs:rewind (Results 151 – 175 of 392) sorted by relevance

12345678910>>...16

/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt21 $gen->rewind();
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic2-win32.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
14 Prototype: bool rewind ( resource $handle );
24 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
26 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
40 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
55 var_dump( rewind($file_handle) ); // set to beginning of file
75 *** 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 Prototype: bool rewind ( resource $handle );
23 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
25 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
39 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
54 var_dump( rewind($file_handle) ); // set to beginning of file
74 *** 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 Prototype: bool rewind ( resource $handle );
18 /* Testing fseek(),ftell(),rewind() functions on all read and append modes */
19 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
28 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
43 var_dump( rewind($file_handle) ); // Confirm file pointer moves correctly
64 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfgetcsv_variation21.phpt41 // else rewind the file pointer to beginning of the file
46 // rewind the file pointer to bof
47 rewind($file_handle);
H A Duserstreams.phpt72 rewind($tf) or die("failed to rewind tmp file!");
240 rewind($tf);
241 rewind($fp);
311 rewind($fp);
H A Dfgetc_variation3.phpt33 // rewind the file pointer to beginning of the file
34 var_dump( rewind($file_handle) );
H A Dfgets_variation1.phpt32 // rewind the file pointer to beginning of the file
33 var_dump( rewind($file_handle) );
H A Dfscanf_variation29.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
61 rewind($file_handle);
H A Dfscanf_variation35.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 rewind($file_handle);
H A Dfscanf_variation41.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 rewind($file_handle);
H A Dfscanf_variation47.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 rewind($file_handle);
H A Dfscanf_variation10.phpt60 // rewind the file so that for every foreach iteration the file pointer starts from bof
61 rewind($file_handle);
H A Dfscanf_variation4.phpt56 // rewind the file so that for every foreach iteration the file pointer starts from bof
57 rewind($file_handle);
H A Dfgetcsv_variation14.phpt39 // else rewind the file pointer to beginning of the file
44 // rewind the file pointer to bof
45 rewind($file_handle);
/PHP-5.5/Zend/
H A Dzend_iterators.h51 void (*rewind)(zend_object_iterator *iter TSRMLS_DC); member
/PHP-5.5/ext/spl/internal/
H A Dfilteriterator.inc42 function rewind() {
43 $this->it->rewind();
H A Demptyiterator.inc23 function rewind()
/PHP-5.5/ext/wddx/tests/
H A D003.phpt12 rewind($fp);
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt23 rewind($f);
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isIterateable_basic.phpt14 function rewind() {}
/PHP-5.5/ext/spl/tests/
H A Dbug61527.phpt37 $ai2->rewind();
58 $ai4->rewind();
H A Ddit_006.phpt25 $di->rewind();
/PHP-5.5/ext/standard/tests/filters/
H A Dbasic.phpt14 rewind($fp);
/PHP-5.5/Zend/tests/
H A Dbug32674.phpt12 public function rewind() {

Completed in 28 milliseconds

12345678910>>...16