Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 26 – 50 of 118) sorted by relevance

12345

/PHP-8.3/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation3.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET
10 2. Testing fseek() with whence = SEEK_SET
13 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n";
24 echo "*** Testing fseek() with whence = SEEK_SET ***\n";
38 var_dump( fseek($file_handle,$count,SEEK_SET) );
54 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***
55 *** Testing fseek() with whence = SEEK_SET ***
H A Dbug81145.phpt41 fseek($f1, SIZE_4G - 0x100, SEEK_SET);
42 fseek($f2, SIZE_4G - 0x100, SEEK_SET);
H A Dbug44607.phpt14 fseek($fd, 1, SEEK_SET);
H A Dstream_rfc2397_007.phpt42 var_dump(fseek($fp, 3, SEEK_SET));
58 var_dump(fseek($fp, 3, SEEK_SET));
H A Dfseek_ftell_rewind_variation4.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
15 2. Testing fseek() with whence = SEEK_SET
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
44 var_dump( fseek($file_handle,$count,SEEK_SET) );
60 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dfseek_ftell_rewind_variation4-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
15 2. Testing fseek() with whence = SEEK_SET
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
44 var_dump( fseek($file_handle,$count,SEEK_SET) );
60 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dinclude_userstream_001.phpt42 case SEEK_SET:
/PHP-8.3/ext/standard/tests/streams/
H A Dbug75031.phpt9 fseek($fp, 0, SEEK_SET);
H A Dbug44818.phpt9 var_dump(fseek($fd, 0, SEEK_SET), fread($fd, 3));
H A Dbug79984.phpt46 fseek($f2, 0, SEEK_SET);
/PHP-8.3/ext/phar/
H A Dzip.c221 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile()
427 php_stream_seek(fp, entry.header_offset, SEEK_SET); in phar_parse_zipfile()
471 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile()
481 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
610 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
614 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
705 php_stream_seek(fp, restore_pos, SEEK_SET); in phar_parse_zipfile()
1092 phar_seek_efp(entry, 0, SEEK_SET, 0, 0); in phar_zip_changed_apply_int()
1164 php_stream_seek(pass->filefp, 0, SEEK_SET); in phar_zip_applysignature()
1167 php_stream_seek(pass->centralfp, 0, SEEK_SET); in phar_zip_applysignature()
[all …]
/PHP-8.3/ext/standard/tests/http/
H A Dbug79265.phpt27 fseek($output, 0, SEEK_SET);
H A Dbug79265_2.phpt26 fseek($output, 0, SEEK_SET);
H A Dignore_errors.phpt34 fseek($output, 0, SEEK_SET);
36 fseek($output, 0, SEEK_SET);
H A Dbug67430.phpt28 fseek($output, 0, SEEK_SET);
/PHP-8.3/tests/output/
H A DDummyStreamWrapper.inc28 public function stream_seek(int $offset, int $whence = SEEK_SET): bool
/PHP-8.3/main/streams/
H A Dcast.c205 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy); in _php_stream_cast()
251 zend_fseek(*ret, pos, SEEK_SET); in _php_stream_cast()
409 php_stream_seek(*newstream, 0, SEEK_SET); in _php_stream_make_seekable()
H A Dmemory.c147 case SEEK_SET: in php_stream_memory_seek()
367 php_stream_seek(ts->innerstream, pos, SEEK_SET); in php_stream_temp_write()
499 php_stream_seek(ts->innerstream, pos, SEEK_SET); in php_stream_temp_cast()
587 php_stream_temp_seek(stream, 0, SEEK_SET, &newoffs); in _php_stream_temp_open()
726 php_stream_temp_seek(stream, 0, SEEK_SET, &newoffs); in php_stream_url_wrap_rfc2397()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dbuffer.c80 if (FINFO_LSEEK_FUNC(b->fd, b->eoff, SEEK_SET) == (zend_off_t)-1 || in buffer_fill()
/PHP-8.3/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-8.3/ext/ftp/
H A Dphp_ftp.c606 php_stream_seek(stream, resumepos, SEEK_SET); in PHP_FUNCTION()
650 php_stream_seek(stream, resumepos, SEEK_SET); in PHP_FUNCTION()
726 php_stream_seek(outstream, resumepos, SEEK_SET); in PHP_FUNCTION()
788 php_stream_seek(outstream, resumepos, SEEK_SET); in PHP_FUNCTION()
891 php_stream_seek(stream, startpos, SEEK_SET); in PHP_FUNCTION()
939 php_stream_seek(stream, startpos, SEEK_SET); in PHP_FUNCTION()
994 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
1080 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
/PHP-8.3/ext/exif/tests/
H A Dgh10834.phpt28 case SEEK_SET:
/PHP-8.3/ext/standard/
H A Dfile.stub.php11 const SEEK_SET = UNKNOWN; define
H A Dflock_compat.c35 flck.l_whence = SEEK_SET; in php_flock()
/PHP-8.3/Zend/tests/
H A Dgh10072.phpt41 public function stream_seek(int $offset, int $whence = SEEK_SET): bool

Completed in 42 milliseconds

12345