Searched refs:rewind (Results 151 – 175 of 392) sorted by relevance
12345678910>>...16
/PHP-5.5/Zend/tests/generators/errors/ |
H A D | yield_in_force_closed_finally_error.phpt | 21 $gen->rewind();
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | fseek_ftell_rewind_basic2-win32.phpt | 2 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 D | fseek_ftell_rewind_basic2.phpt | 2 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 D | fseek_ftell_rewind_basic1.phpt | 2 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 D | fgetcsv_variation21.phpt | 41 // else rewind the file pointer to beginning of the file 46 // rewind the file pointer to bof 47 rewind($file_handle);
|
H A D | userstreams.phpt | 72 rewind($tf) or die("failed to rewind tmp file!"); 240 rewind($tf); 241 rewind($fp); 311 rewind($fp);
|
H A D | fgetc_variation3.phpt | 33 // rewind the file pointer to beginning of the file 34 var_dump( rewind($file_handle) );
|
H A D | fgets_variation1.phpt | 32 // rewind the file pointer to beginning of the file 33 var_dump( rewind($file_handle) );
|
H A D | fscanf_variation29.phpt | 60 // rewind the file so that for every foreach iteration the file pointer starts from bof 61 rewind($file_handle);
|
H A D | fscanf_variation35.phpt | 55 // rewind the file so that for every foreach iteration the file pointer starts from bof 56 rewind($file_handle);
|
H A D | fscanf_variation41.phpt | 55 // rewind the file so that for every foreach iteration the file pointer starts from bof 56 rewind($file_handle);
|
H A D | fscanf_variation47.phpt | 55 // rewind the file so that for every foreach iteration the file pointer starts from bof 56 rewind($file_handle);
|
H A D | fscanf_variation10.phpt | 60 // rewind the file so that for every foreach iteration the file pointer starts from bof 61 rewind($file_handle);
|
H A D | fscanf_variation4.phpt | 56 // rewind the file so that for every foreach iteration the file pointer starts from bof 57 rewind($file_handle);
|
H A D | fgetcsv_variation14.phpt | 39 // 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 D | zend_iterators.h | 51 void (*rewind)(zend_object_iterator *iter TSRMLS_DC); member
|
/PHP-5.5/ext/spl/internal/ |
H A D | filteriterator.inc | 42 function rewind() { 43 $this->it->rewind();
|
H A D | emptyiterator.inc | 23 function rewind()
|
/PHP-5.5/ext/wddx/tests/ |
H A D | 003.phpt | 12 rewind($fp);
|
/PHP-5.5/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_basic.phpt | 23 rewind($f);
|
/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionClass_isIterateable_basic.phpt | 14 function rewind() {}
|
/PHP-5.5/ext/spl/tests/ |
H A D | bug61527.phpt | 37 $ai2->rewind(); 58 $ai4->rewind();
|
H A D | dit_006.phpt | 25 $di->rewind();
|
/PHP-5.5/ext/standard/tests/filters/ |
H A D | basic.phpt | 14 rewind($fp);
|
/PHP-5.5/Zend/tests/ |
H A D | bug32674.phpt | 12 public function rewind() {
|
Completed in 28 milliseconds
12345678910>>...16