Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.5/ext/spl/tests/
H A Diterator_027.phpt47 $it->rewind(); // cleans and reads first element
H A Dobserver_006.phpt59 $storage->rewind();
68 $storage->rewind();
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt34 rewind($f);
/PHP-5.5/ext/spl/examples/
H A Dkeyfilter.inc29 * If the given iterator is of type spl_sequence then its rewind()
H A Ddbareader.inc46 function rewind() {
/PHP-5.5/ext/standard/tests/file/
H A Dbug27508.phpt64 rewind($fp);
H A Dfgetss_basic2-win32.phpt51 // rewind the file pointer to beginning of the file
53 var_dump( rewind($file_handle) );
63 rewind($file_handle);
H A Dfgetss_basic2.phpt49 // rewind the file pointer to beginning of the file
51 var_dump( rewind($file_handle) );
61 rewind($file_handle);
H A Dfscanf_variation26.phpt51 // rewind the file so that for every foreach iteration the file pointer starts from bof
52 rewind($file_handle);
H A Dfscanf_variation54.phpt55 rewind($file_handle);
H A Dfgetss_basic1.phpt44 rewind($file_handle);
51 rewind($file_handle);
H A Dfgetss_variation2.phpt47 // rewind the file pointer to beginning of the file
49 var_dump( rewind($file_handle) );
53 /* rewind the file and read the file line by line with allowable tags */
55 rewind($file_handle);
/PHP-5.5/ext/spl/internal/
H A Dcachingiterator.inc61 function rewind()
63 $this->it->rewind();
/PHP-5.5/ext/simplexml/tests/
H A Dsxe_003.phpt48 for ($sxe->rewind(); $sxe->valid(); $sxe->next()) {
/PHP-5.5/ext/pdo/tests/
H A Dbug_34630.phpt29 rewind($fp);
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt19 rewind( $fp );
H A Dvfprintf_variation1.phpt37 rewind( $fp );
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_008.phpt51 $v->rewind();
H A Dphar_oo_007.phpt40 var_dump($f->rewind());
H A Drefcount1_5_2.phpt41 rewind($b);
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation6.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation8.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/phar/tests/zip/
H A Drefcount1_5_2.phpt41 rewind($b);
/PHP-5.5/ext/phar/tests/tar/
H A Drefcount1_5_2.phpt41 rewind($b);
/PHP-5.5/ext/standard/
H A Dfile.h45 PHPAPI PHP_FUNCTION(rewind);

Completed in 100 milliseconds

12345678910>>...16