Home
last modified time | relevance | path

Searched refs:rewind (Results 251 – 275 of 411) sorted by relevance

1...<<11121314151617

/PHP-7.4/ext/standard/tests/file/
H A Dbug38450_1.phpt95 rewind($fp);
H A Dfgetc_variation4.phpt32 // rewind the file pointer to beginning of the file
33 var_dump( rewind($file_handle) );
H A Dfgetss_variation4.phpt52 // rewind the file pointer to beginning of the file
54 var_dump( rewind($file_handle) );
H A Dbug38450_2.phpt95 rewind($fp);
H A D007_variation6.phpt34 rewind($file_handle);
H A Dbug38450_3.phpt95 rewind($fp);
H A D007_variation14.phpt34 rewind($file_handle);
H A D007_variation22.phpt34 rewind($file_handle);
H A D007_variation13-win32.phpt39 rewind($file_handle);
H A D007_variation13.phpt39 rewind($file_handle);
H A D007_variation21.phpt34 rewind($file_handle);
H A D007_variation5.phpt34 rewind($file_handle);
H A D007_variation8.phpt34 rewind($file_handle);
/PHP-7.4/ext/phar/tests/
H A Drefcount1.phpt29 rewind($b);
/PHP-7.4/ext/phar/tests/zip/
H A Drefcount1.phpt37 rewind($b);
/PHP-7.4/ext/standard/
H A Dfile.h43 PHPAPI PHP_FUNCTION(rewind);
/PHP-7.4/ext/standard/tests/array/
H A Dend.phpt58 // remove last element from array, rewind and check end()
65 // remove any element !first, !last, rewind and check end()
H A Dend_64bit.phpt58 // remove last element from array, rewind and check end()
65 // remove any element !first, !last, rewind and check end()
/PHP-7.4/ext/spl/tests/
H A Dbug55701.phpt47 echo "->rewind()... ";
50 $o->rewind();
298 ->rewind()... ran normally (expected)
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation4-win32-mb.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation7.phpt14 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt19 rewind($fp);
/PHP-7.4/ext/pdo/tests/
H A Dpdo_014.phpt34 /*** HINT: If YOU plan to do so remember not to call rewind() -> see below ***/
/PHP-7.4/ext/phar/tests/tar/
H A Drefcount1.phpt40 rewind($b);
/PHP-7.4/ext/oci8/tests/
H A Dlob_026.phpt2 oci_lob_seek()/rewind()/append()

Completed in 23 milliseconds

1...<<11121314151617