Home
last modified time | relevance | path

Searched refs:rewind (Results 176 – 200 of 419) sorted by relevance

12345678910>>...17

/PHP-8.3/Zend/tests/generators/
H A Dyield_from_force_closed.phpt23 $gen->rewind();
H A Dyield_from_valid_exception.phpt7 function rewind(): void {}
H A Dexception_during_shutdown.phpt20 $gen->rewind();
/PHP-8.3/ext/spl/tests/
H A Diterator_030.phpt9 $it->rewind();
H A Drecursiveiteratoriterator_beginiteration_basic.phpt2 SPL: RecursiveIteratorIterator::beginIteration() is called by RecursiveIteratorIterator::rewind()
H A Dbug74669.phpt42 public function rewind(): void
44 $this->iterator->rewind();
H A Dbug42703.phpt7 public function rewind(): void { }
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt31 rewind($blob);
43 rewind($blob);
/PHP-8.3/ext/simplexml/tests/
H A Dcurrent_error.phpt23 for ($sxe->rewind(); $sxe->valid(); $sxe->next()) {
H A Dkey_error.phpt23 for ($sxe->rewind(); $sxe->valid(); $sxe->next()) {
/PHP-8.3/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation16.phpt18 $file->rewind();
/PHP-8.3/ext/standard/tests/file/
H A Duserfilters.phpt29 rewind($fp);
H A Dfseek_ftell_rewind_variation2-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
13 /* Testing fseek(),ftell(),rewind() functions
18 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
27 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
42 rewind($file_handle);
62 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
H A Dfseek_ftell_rewind_variation2.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
13 /* Testing fseek(),ftell(),rewind() functions
18 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
27 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
42 rewind($file_handle);
62 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
H A Dfputcsv_variation17.phpt17 rewind($stream);
H A Dfseek_ftell_rewind_error1.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - fseek()
H A Dfseek_ftell_rewind_error2.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - ftell()
H A Dfgetcsv_variation21.phpt36 // else rewind the file pointer to beginning of the file
41 // rewind the file pointer to bof
42 rewind($file_handle);
/PHP-8.3/ext/standard/tests/filters/
H A Dbug50363.phpt11 rewind($b);
H A Dbug72941.phpt30 rewind($stream);
/PHP-8.3/ext/intl/common/
H A Dcommon_enum.cpp254 PHP_METHOD(IntlIterator, rewind) in PHP_METHOD() argument
263 if (ii->iterator->funcs->rewind) { in PHP_METHOD()
264 ii->iterator->funcs->rewind(ii->iterator); in PHP_METHOD()
/PHP-8.3/Zend/tests/
H A Dgh7958.phpt23 $this->iterator->rewind();
H A Dbug32993.phpt9 public function rewind(): void { reset($this->arr); }
/PHP-8.3/ext/spl/
H A Dspl_observer_arginfo.h146 ZEND_METHOD(SplObjectStorage, rewind);
165 ZEND_METHOD(MultipleIterator, rewind);
196 ZEND_ME(SplObjectStorage, rewind, arginfo_class_SplObjectStorage_rewind, ZEND_ACC_PUBLIC)
223 ZEND_ME(MultipleIterator, rewind, arginfo_class_MultipleIterator_rewind, ZEND_ACC_PUBLIC)
/PHP-8.3/tests/lang/
H A DforeachLoopIterator.002.phpt9 public function rewind(): void {}

Completed in 109 milliseconds

12345678910>>...17