Home
last modified time | relevance | path

Searched refs:rewind (Results 126 – 150 of 368) sorted by relevance

12345678910>>...15

/PHP-5.3/ext/spl/tests/
H A Dbug42703.phpt7 public function rewind() { }
H A Diterator_030.phpt9 $it->rewind();
H A Ddit_006.phpt25 $di->rewind();
/PHP-5.3/ext/standard/tests/file/
H A Duserfilters.phpt28 rewind($fp);
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 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 begining 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 begining of file
74 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfgetcsv_variation21.phpt41 // else rewind the file pointer to begining 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 begining of the file
34 var_dump( rewind($file_handle) );
H A Dfgets_variation1.phpt32 // rewind the file pointer to begining of the file
33 var_dump( 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_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_variation4.phpt56 // rewind the file so that for every foreach iteration the file pointer starts from bof
57 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 Dfgetcsv_variation14.phpt39 // else rewind the file pointer to begining of the file
44 // rewind the file pointer to bof
45 rewind($file_handle);
/PHP-5.3/ext/standard/tests/filters/
H A Dbug50363.phpt11 rewind($b);
/PHP-5.3/Zend/tests/
H A Dbug32993.phpt9 public function rewind() { return reset($this->arr); }
/PHP-5.3/ext/spl/internal/
H A Dfilteriterator.inc42 function rewind() {
43 $this->it->rewind();
H A Demptyiterator.inc23 function rewind()
/PHP-5.3/ext/wddx/tests/
H A D003.phpt12 rewind($fp);
/PHP-5.3/Zend/
H A Dzend_iterators.h48 void (*rewind)(zend_object_iterator *iter TSRMLS_DC); member
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_isIterateable_basic.phpt14 function rewind() {}

Completed in 38 milliseconds

12345678910>>...15