Home
last modified time | relevance | path

Searched refs:seek (Results 76 – 92 of 92) sorted by relevance

1234

/PHP-8.3/ext/gd/libgd/
H A Dgd_avif.c187 if (!ctx->seek(ctx, (int) offset)) in readFromCtx()
H A Dgd_bmp.c105 if (compression == 1 && !out->seek) { in gdImageBmpCtx()
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt62 printf("[010] Brute force seek %d returned %d\n", $idx, var_export($row, true));
/PHP-8.3/ext/standard/tests/file/
H A Dfgets_variation6-win32.phpt40 // seek to end of the file and try fgets()
H A Dfgets_variation6.phpt40 // seek to end of the file and try fgets()
H A Dfgets_variation4-win32-mb.phpt2 Test fgets() function : usage variations - seek n read
H A Dfgets_variation4-win32.phpt2 Test fgets() function : usage variations - seek n read
H A Dfgets_variation4.phpt2 Test fgets() function : usage variations - seek n read
/PHP-8.3/ext/oci8/
H A Doci8.stub.php1008 public function seek(int $offset, int $whence = OCI_SEEK_SET): bool {}
H A Doci8_arginfo.h772 ZEND_ME_MAPPING(seek, oci_lob_seek, arginfo_class_OCILob_seek, ZEND_ACC_PUBLIC)
/PHP-8.3/main/
H A Dphp_streams.h129 int (*seek)(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset); member
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c165 zend_hash_init(&PHPDBG_G(seek), 8, NULL, NULL, 0); in PHP_MINIT_FUNCTION()
801 zend_hash_destroy(&PHPDBG_G(seek)); in php_sapi_phpdbg_deactivate()
/PHP-8.3/ext/spl/
H A Dspl_directory.c837 PHP_METHOD(DirectoryIterator, seek) in PHP_METHOD() argument
2703 PHP_METHOD(SplFileObject, seek) in PHP_METHOD() argument
H A Dspl_array.c1293 PHP_METHOD(ArrayIterator, seek) in PHP_METHOD() argument
H A Dspl_iterators.c2306 PHP_METHOD(LimitIterator, seek) in PHP_METHOD() argument
/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c583 …add_assoc_bool(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_N… in PHP_FUNCTION()
/PHP-8.3/
H A DUPGRADING664 . Memory stream no longer fails if seek offset is past the end. Instead

Completed in 63 milliseconds

1234