Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/ext/intl/tests/
H A Dtimezone_createEnumeration_variation1.phpt15 $tz->rewind();
H A Dtimezone_createEnumeration_variation2.phpt15 $tz->rewind();
/PHP-7.4/ext/zlib/tests/
H A Dbug48725.phpt15 rewind($temp);
/PHP-7.4/ext/bz2/tests/
H A Dbug75776.phpt15 rewind($temp);
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp262 static PHP_METHOD(IntlIterator, rewind) in PHP_METHOD() argument
273 if (ii->iterator->funcs->rewind) { in PHP_METHOD()
274 ii->iterator->funcs->rewind(ii->iterator); in PHP_METHOD()
302 PHP_ME(IntlIterator, rewind, ainfo_se_void, ZEND_ACC_PUBLIC)
/PHP-7.4/Zend/tests/
H A Dbug49269.phpt15 function rewind() {$this->n = 0;}
/PHP-7.4/ext/spl/tests/
H A DarrayObject___construct_error2.phpt11 function rewind() {}
H A Dbug55157_variation.phpt11 for ($numIt->rewind(); $numIt->valid();) {
H A Dbug70053.phpt11 $mit->rewind();
H A Dheap_007.phpt12 $h->rewind();
H A Diterator_068.phpt10 function rewind() {}
H A Dpqueue_003.phpt12 $h->rewind();
H A Dbug74669.phpt42 public function rewind()
44 $this->iterator->rewind();
H A Diterator_021.phpt40 function rewind()
44 parent::rewind();
112 RecursiveArrayIteratorIterator::rewind
H A Diterator_022.phpt40 function rewind()
44 parent::rewind();
131 RecursiveArrayIteratorIterator::rewind
/PHP-7.4/ext/standard/tests/file/
H A Dbug27619.phpt7 rewind($fp);
H A Dfseek_ftell_rewind_variation4-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
13 Prototype: bool rewind ( resource $handle );
23 /* Testing fseek(),ftell(),rewind() functions
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
36 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
51 rewind($file_handle);
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dfseek_ftell_rewind_variation4.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
13 Prototype: bool rewind ( resource $handle );
23 /* Testing fseek(),ftell(),rewind() functions
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
36 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
51 rewind($file_handle);
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dfseek_ftell_rewind_variation6-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
13 Prototype: bool rewind ( resource $handle );
23 /* Testing fseek(),ftell(),rewind() functions
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
51 rewind($file_handle);
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
H A Dfseek_ftell_rewind_variation8.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
13 Prototype: bool rewind ( resource $handle );
23 /* Testing fseek(),ftell(),rewind() functions
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
52 rewind($file_handle);
71 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation6.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
13 Prototype: bool rewind ( resource $handle );
23 /* Testing fseek(),ftell(),rewind() functions
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
51 rewind($file_handle);
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
H A Dfseek_ftell_rewind_variation7.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_END
8 Prototype: bool rewind ( resource $handle );
18 /* Testing fseek(),ftell(),rewind() functions
23 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
33 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
45 rewind($file_handle);
64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation8-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
13 Prototype: bool rewind ( resource $handle );
23 /* Testing fseek(),ftell(),rewind() functions
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
52 rewind($file_handle);
71 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78506.phpt19 rewind($source_resource);
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug46274_2.phpt32 rewind($blob);
42 rewind($blob);

Completed in 29 milliseconds

12345678910>>...17