Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 25 of 82) sorted by path

1234

/PHP-7.4/
H A DNEWS1665 . Fixed bug #77518 (SeekableIterator::seek() should accept 'int' typehint as
2803 . Fixed bug #77081 (ftruncate() changes seek pointer in c mode). (cmb, Anatol)
/PHP-7.4/docs/
H A Dstreams.md61 * `STREAM_MUST_SEEK` - If you really need to be able to seek the stream and
64 seek()ed.
131 If you have an existing stream and need to be able to `seek()` it, you can use
132 this function to copy the contents into a new stream that can be `seek()ed`:
150 NOTE: If you only need to seek forward, there is no need to call this function,
252 read, write, close, flush, seek, gets and cast operations. Of these, an
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c105 if (compression == 1 && !out->seek) { in gdImageBmpCtx()
H A Dgd_io.c196 return ((ctx->seek) (ctx, pos)); in gdSeek()
H A Dgd_io.h17 int (*seek)(struct gdIOCtx*, const int); member
H A Dgd_io_dp.c87 ctx->ctx.seek = dynamicSeek; in gdNewDynamicCtxEx()
H A Dgd_io_file.c64 ctx->ctx.seek = fileSeek; in gdNewFileCtx()
H A Dgd_io_ss.c66 ctx->ctx.seek = NULL; in gdNewSSCtx()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt41 printf("[007] Cannot seek to position %d, [%d] %s\n",
H A Dmysqli_store_result_copy.phpt69 printf("[010] Brute force seek %d returned %d\n", $idx, var_export($row, true));
/PHP-7.4/ext/oci8/
H A Doci8.c862 PHP_FALIAS(seek, oci_lob_seek, arginfo_oci_lob_seek_method)
/PHP-7.4/ext/oci8/tests/
H A Dlob_001.phpt34 var_dump($blob->seek(10, OCI_SEEK_CUR));
H A Dlob_002.phpt34 var_dump($blob->seek("str", -5));
71 Warning: OCI-Lob::seek() expects parameter 1 to be int%s string given in %slob_002.php on line %d
H A Dlob_003.phpt30 var_dump($blob->seek(10, OCI_SEEK_CUR));
H A Dlob_004.phpt31 var_dump($blob->seek(10, OCI_SEEK_SET));
H A Dlob_006.phpt31 var_dump($blob->seek(0, OCI_SEEK_SET));
H A Dlob_009.phpt27 var_dump($blob->seek(10, OCI_SEEK_CUR));
H A Dlob_023.phpt27 var_dump($blob->seek(10, OCI_SEEK_CUR));
H A Dlob_031.phpt2 Test LOB->read(), LOB->seek() and LOB->tell() with nul bytes in data
28 $blob->seek(10, OCI_SEEK_CUR);
59 // Now seek
60 $row[0]->seek(1);
63 $row[0]->seek(8);
66 $row[0]->seek(20);
70 $row[0]->seek(25);
74 $row[0]->seek(2, OCI_SEEK_SET);
78 $row[0]->seek(2, OCI_SEEK_CUR);
82 $row[0]->seek(3, OCI_SEEK_END);
[all …]
H A Dlob_044.phpt33 var_dump($blob->seek(0));
36 var_dump($blob->seek(0));
H A Dlob_temp.phpt16 var_dump($blob->seek(0, SEEK_SET));
24 var_dump($blob->seek(0, SEEK_SET));
H A Dreflection2.phpt96 Method [ <internal%s> public method seek ] {
/PHP-7.4/ext/pgsql/tests/
H A D05large_object.phpt22 echo "open/read/tell/seek/close LO\n";
75 open/read/tell/seek/close LO
/PHP-7.4/ext/phar/tests/
H A Dbug13786.phpt31 unable to seek to start of file "0" while creating new phar "%sDataArchive.phar"
H A Dfgc_edgecases.phpt83 Warning: file_get_contents(): Failed to seek to position 50000 in the stream in phar://%sfgc_edgeca…

Completed in 44 milliseconds

1234