Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/ext/zlib/tests/
H A Dgzrewind_basic.phpt13 echo "test rewind before doing anything\n";
27 test rewind before doing anything
/PHP-7.4/ext/spl/tests/
H A Diterator_015.phpt8 function rewind()
11 parent::rewind();
H A Diterator_016.phpt21 function rewind()
24 parent::rewind();
H A Ddllist_011.phpt6 $dll->rewind();
H A DarrayObject_getIteratorClass_basic1.phpt12 function rewind() {
15 return parent::rewind();
78 In MyIterator::rewind()
H A Diterator_014.phpt30 function rewind()
33 parent::rewind();
79 RecursiveArrayIteratorIterator::rewind
H A Dbug37457.phpt40 public function rewind()
74 Collection::rewind
H A Diterator_004.phpt17 public function rewind()
87 NumericArrayIterator::rewind
108 NumericArrayIterator::rewind
H A Diterator_043.phpt9 $it->rewind();
H A DSplFileObject_fputcsv_variation15.phpt13 $file->rewind();
H A Dbug67538.phpt9 $list->rewind();
H A Dbug45614.phpt29 $ai->rewind();
38 $ai->rewind();
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_004.phpt36 function rewind()
39 parent::rewind();
101 MyDirectoryIterator::rewind
/PHP-7.4/ext/standard/tests/file/
H A Dfpassthru_variation.phpt49 rewind( $file_read );
54 rewind( $file_read );
66 rewind( $file_read );
H A Dfputcsv_variation16.phpt13 rewind($stream);
/PHP-7.4/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
45 Method [ <internal:standard> public method rewind ] {
/PHP-7.4/tests/classes/
H A Diterators_007.phpt10 …public function rewind() { if ($this->x == 0) throw new Exception(__METHOD__); reset($this->arr…
37 Caught in Test::rewind()
H A Diterators_006.phpt14 function rewind() {
52 #$array->rewind();
/PHP-7.4/Zend/tests/generators/
H A Daborted_yield_during_switch.phpt14 $gen->rewind();
H A Daborted_yield_during_new.phpt14 gen()->rewind();
H A Daborted_yield_during_nested_fcalls.phpt13 $gen->rewind();
H A Dfunc_get_args.phpt12 $gen->rewind();
/PHP-7.4/ext/standard/tests/streams/
H A Dbug72221.phpt7 rewind($fp);
H A Dbug78326.phpt12 rewind($f);
/PHP-7.4/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt15 $gen->rewind();

Completed in 26 milliseconds

12345678910>>...17