Home
last modified time | relevance | path

Searched refs:rewind (Results 101 – 125 of 411) sorted by relevance

12345678910>>...17

/PHP-7.4/ext/spl/tests/
H A Diterator_041a.phpt27 function rewind()
30 return parent::rewind();
H A Ddllist_007.phpt10 $a->rewind();
H A Diterator_001.phpt17 public function rewind()
95 NumericArrayIterator::rewind
122 NumericArrayIterator::rewind
148 NumericArrayIterator::rewind
H A Drecursivecomparedualiterator.inc37 function rewind()
40 parent::rewind();
H A DSplFileObject_fgetcsv_escape_empty.phpt12 $file->rewind();
H A Dbug72051.phpt15 $callbackTest->rewind();
H A Diterator_058.phpt13 function rewind() {}
H A Ddualiterator.inc76 /** rewind both inner iterators
78 function rewind()
80 $this->lhs->rewind();
81 $this->rhs->rewind();
H A DSplDoublyLinkedList_lifoMode.phpt15 $list->rewind();
H A Ddllist_memleak.phpt12 $dll->rewind();
H A Dregexiterator_setpregflags.phpt14 function rewind ( ){}
H A Dregexiterator_getpregflags.phpt14 function rewind ( ){}
H A Dbug61527.phpt37 $ai2->rewind();
58 $ai4->rewind();
H A Dbug70561.phpt8 $di->rewind();
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug46274.phpt32 rewind($blob);
42 rewind($blob);
/PHP-7.4/ext/oci8/tests/
H A Dlob_004.phpt2 oci_lob_seek()/rewind()/append()
29 var_dump($blob->rewind());
/PHP-7.4/ext/standard/tests/streams/
H A Dbug63240.phpt9 rewind($fd);
H A Dbug76859.phpt10 rewind($fh);
H A Dbug65483.phpt10 rewind($fd);
/PHP-7.4/ext/hash/tests/
H A Dhash_update_stream.phpt9 rewind($fp);
/PHP-7.4/Zend/tests/generators/
H A Dyield_during_method_call.phpt22 $gen->rewind();
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation32.phpt12 rewind($stream);
H A Dfseek_ftell_rewind_variation5.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, SEEK_CUR
8 Prototype: bool rewind ( resource $handle );
18 /* Testing fseek(),ftell(),rewind() functions
22 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***\n";
32 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
45 rewind($file_handle);
63 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***
/PHP-7.4/Zend/tests/
H A Dbug71154.phpt13 $it->rewind();
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug46274.phpt29 rewind($blob);
41 rewind($blob);

Completed in 22 milliseconds

12345678910>>...17