Home
last modified time | relevance | path

Searched refs:fseek (Results 51 – 75 of 127) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error3.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - rewind()
6 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
H A Dbug27508.phpt41 return fseek($this->fp, $offset, $whence) == 0 ? true : false;
H A Dfopencookie.phpt16 * FIXME: the test really needs something to fseek(3) on the FILE*
H A Dfgetc_variation1.phpt33 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
H A Dinclude_userstream_002.phpt56 return fseek($this->stream, $offset, $whence);
H A Dfopen_variation19.phpt80 fseek($h, 0);
H A Dfwrite_variation2-win32.phpt64 fseek($file_handle, SEEK_SET, 1024/2 );
71 fseek($file_handle, SEEK_END, 0);
H A Dfwrite_variation2.phpt64 fseek($file_handle, SEEK_SET, 1024/2 );
71 fseek($file_handle, SEEK_END, 0);
H A Dinclude_userstream_003.phpt56 return fseek($this->stream, $offset, $whence);
H A Dfscanf_variation53.phpt58 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfgetss_variation4.phpt57 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
H A Dfwrite_variation1-win32.phpt63 fseek($file_handle, SEEK_END, 0);
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt56 fseek($stream, 0, SEEK_SET);
65 fseek($stream, 0, SEEK_SET);
79 fseek($stream, 0, SEEK_SET);
/PHP-5.5/ext/gd/libgd/
H A Dgd_io_file.c119 return (fseek (fctx->f, pos, SEEK_SET) == 0); in fileSeek()
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases.phpt2 Phar: fopen/stat/fseek/unlink/rename edge cases
37 var_dump(fseek($a, 1), ftell($a));
38 var_dump(fseek($a, 1, SEEK_CUR), ftell($a));
H A Dphar_oo_007.phpt37 var_dump($f->fseek(20));
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc146 function fseek($pos, $whence = SEEK_SET)
148 return fseek($this->fp, $pos, $whence);
299 * use fseek().
/PHP-5.5/ext/standard/
H A Dfile.h47 PHPAPI PHP_FUNCTION(fseek);
/PHP-5.5/ext/standard/tests/http/
H A Dbug61548.phpt29 fseek($output, 0, SEEK_SET);
H A Dbug38802.phpt34 fseek($output, 0, SEEK_SET);
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_begin_setstub_commitU.phpt40 fseek($a, 0);
H A Dphar_begin_setstub_commit.phpt40 fseek($a, 0);
/PHP-5.5/ext/zip/lib/
H A Dzipint.h42 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w)))
/PHP-5.5/ext/phar/
H A Dshortarc.php116 fseek($fp, self::LEN);
/PHP-5.5/main/streams/
H A Dcast.c257 fseek(*ret, pos, SEEK_SET); in _php_stream_cast()

Completed in 35 milliseconds

123456