Home
last modified time | relevance | path

Searched refs:rewind (Results 151 – 175 of 411) sorted by relevance

12345678910>>...17

/PHP-7.4/ext/spl/tests/
H A Dbug54281.phpt17 #0 %s%ebug54281.php(8): RecursiveIteratorIterator->rewind()
H A Drecursiveiteratoriterator_beginiteration_basic.phpt2 SPL: RecursiveIteratorIterator::beginIteration() is called by RecursiveIteratorIterator::rewind()
H A Diterator_023.phpt40 function rewind()
44 parent::rewind();
131 RecursiveArrayIteratorIterator::rewind
H A Dbug42703.phpt7 public function rewind() { }
H A Diterator_030.phpt9 $it->rewind();
/PHP-7.4/ext/standard/tests/file/
H A Dbug35781.phpt11 rewind($fp);
H A Dbug43522.phpt13 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 Prototype: bool rewind ( resource $handle );
23 /* Testing fseek(),ftell(),rewind() functions
28 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
52 rewind($file_handle);
72 *** 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 Prototype: bool rewind ( resource $handle );
23 /* Testing fseek(),ftell(),rewind() functions
28 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
37 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
52 rewind($file_handle);
72 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
H A Duserfilters.phpt28 rewind($fp);
/PHP-7.4/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt23 $gen->rewind();
H A Dreturn_return.phpt27 $gen->rewind(); // force run
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_valid_exception.phpt7 function rewind() {}
H A Dyield_from_force_closed.phpt23 $gen->rewind();
H A Dexception_during_shutdown.phpt20 $gen->rewind();
/PHP-7.4/ext/standard/tests/filters/
H A Dbug81294.phpt16 rewind($f);
H A Dbug50363.phpt11 rewind($b);
H A Dbug72941.phpt30 rewind($stream);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt29 rewind($blob);
41 rewind($blob);
/PHP-7.4/ext/phar/phar/
H A Dphar.inc33 function rewind()
/PHP-7.4/Zend/
H A Dzend_iterators.h49 void (*rewind)(zend_object_iterator *iter); member
/PHP-7.4/ext/simplexml/
H A Dsxe.c40 PHP_METHOD(ce_SimpleXMLIterator, rewind) in PHP_METHOD() argument
175 …PHP_ME(ce_SimpleXMLIterator, rewind, arginfo_simplexmliterator__void, ZEND_ACC_PUB…
/PHP-7.4/tests/lang/
H A DforeachLoopIterator.002.phpt9 public function rewind() { }
/PHP-7.4/Zend/tests/
H A Dbug32993.phpt9 public function rewind() { return reset($this->arr); }
/PHP-7.4/ext/iconv/tests/
H A Dbug76249.phpt9 rewind($fh);

Completed in 113 milliseconds

12345678910>>...17