Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt69 printf("[010] Brute force seek %d returned %d\n", $idx, var_export($row, true));
/PHP-8.0/ext/oci8/
H A Doci8.stub.php598 public function seek(int $offset, int $whence = OCI_SEEK_SET) {} function in OCILob
H A Doci8_arginfo.h763 ZEND_ME_MAPPING(seek, oci_lob_seek, arginfo_class_OCILob_seek, ZEND_ACC_PUBLIC)
/PHP-8.0/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.0/main/
H A Dphp_streams.h124 int (*seek)(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset); member
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c201 zend_hash_init(&PHPDBG_G(seek), 8, NULL, NULL, 0); in PHP_MINIT_FUNCTION()
848 zend_hash_destroy(&PHPDBG_G(seek)); in php_sapi_phpdbg_deactivate()
/PHP-8.0/ext/gd/libgd/
H A Dgd_bmp.c105 if (compression == 1 && !out->seek) { in gdImageBmpCtx()
/PHP-8.0/
H A DNEWS389 . Fixed bug GH-8121 (SplFileObject - seek and key with csv file inconsistent).
491 . Fixed bug #75917 (SplFileObject::seek broken with CSV flags). (Aliaksandr
1194 . Fixed #62004 (SplFileObject: fgets after seek returns wrong line). (cmb)
H A DUPGRADING519 . SplFileObject::seek() now always seeks to the beginning of the line.
/PHP-8.0/ext/spl/
H A Dspl_directory.c831 PHP_METHOD(DirectoryIterator, seek) in PHP_METHOD() argument
2722 PHP_METHOD(SplFileObject, seek) in PHP_METHOD() argument
H A Dspl_array.c1335 PHP_METHOD(ArrayIterator, seek) in PHP_METHOD() argument
H A Dspl_iterators.c2294 PHP_METHOD(LimitIterator, seek) in PHP_METHOD() argument
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c568 …add_assoc_bool(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_N… in PHP_FUNCTION()

Completed in 124 milliseconds

1234