Home
last modified time | relevance | path

Searched refs:rewind (Results 76 – 100 of 412) sorted by relevance

12345678910>>...17

/php-src/ext/standard/tests/streams/
H A Dbug64166_2.phpt9 rewind($fd);
21 rewind($fd);
/php-src/ext/dom/tests/
H A Dbug79852.phpt34 #0 [internal function]: InternalIterator->rewind()
35 #1 [internal function]: IteratorIterator->rewind()
/php-src/ext/phar/tests/
H A Dphar_oo_004.phpt34 function rewind(): void
37 parent::rewind();
98 MyDirectoryIterator::rewind
/php-src/ext/standard/tests/dir/
H A Ddir_basic.phpt22 echo "\nRead and rewind:\n";
25 var_dump( $d->rewind() );
63 Read and rewind:
H A Ddir_basic-win32-mb.phpt28 echo "\nRead and rewind:\n";
31 var_dump( $d->rewind() );
69 Read and rewind:
/php-src/ext/spl/tests/
H A Diterator_015.phpt8 function rewind(): void
11 parent::rewind();
H A Dbug80724.phpt10 $iterator->rewind();
24 $iterator2->rewind();
H A Dgh13685.phpt15 $file->rewind();
29 $file->rewind();
H A DarrayObject_getIteratorClass_basic1.phpt12 function rewind(): void {
15 parent::rewind();
78 In MyIterator::rewind()
H A Diterator_014.phpt30 function rewind(): void
33 parent::rewind();
77 RecursiveArrayIteratorIterator::rewind
H A Diterator_016.phpt21 function rewind(): void
24 parent::rewind();
H A Ddllist_011.phpt6 $dll->rewind();
H A Diterator_004.phpt17 public function rewind(): void
85 NumericArrayIterator::rewind
106 NumericArrayIterator::rewind
H A Dbug37457.phpt40 public function rewind(): void
73 Collection::rewind
H A Diterator_043.phpt9 $it->rewind();
H A Dbug45614.phpt29 $ai->rewind();
38 $ai->rewind();
/php-src/ext/spl/
H A Dspl_heap.stub.php45 public function rewind(): void {} function in SplPriorityQueue
105 public function rewind(): void {} function in SplHeap
/php-src/tests/classes/
H A Diterators_007.phpt10 …public function rewind(): void { if ($this->x == 0) throw new Exception(__METHOD__); reset($thi…
36 Caught in Test::rewind()
H A Diterators_006.phpt16 function rewind(): void {
54 #$array->rewind();
/php-src/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt32 rewind( $fp );
35 rewind( $fp );
/php-src/Zend/
H A Dzend_generators_arginfo.h27 ZEND_METHOD(Generator, rewind);
37 ZEND_ME(Generator, rewind, arginfo_class_Generator_rewind, ZEND_ACC_PUBLIC)
H A Dzend_generators.stub.php11 public function rewind(): void {} function in Generator
/php-src/Zend/tests/generators/
H A Daborted_yield_during_switch.phpt14 $gen->rewind();
H A Daborted_yield_during_new.phpt14 gen()->rewind();
/php-src/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt6 * Description: Directory class with properties, handle and class and methods read, rewind and close
51 Method [ <internal:standard> public method rewind ] {

Completed in 45 milliseconds

12345678910>>...17