Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/standard/tests/streams/
H A Dbug46147.phpt2 Bug #46147 (after stream seek, appending stream filter reads incorrect data)
H A Dstream_get_meta_data_file_variation5.phpt18 //seek to start of file
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_rewind_basic.phpt15 $s->seek(3);
H A Dbug67359.phpt9 $it->seek(1);
H A DSplFileObject_current_variation001.phpt14 $s->seek(2);
H A DSplFileObject_key_error002.phpt15 $s->seek(120);
H A DSplFileObject_key_error001.phpt15 $s->seek(13);
H A DSplFileObject_next_variation001.phpt15 $s->seek(13);
H A DSplFileObject_rewind_variation001.phpt15 $s->seek(15);
H A DSplFileObject_key_fgets_and_seek.phpt12 $file->seek(50);
H A Diterator_001.phpt57 public function seek($index)
121 SeekableNumericArrayIterator::seek(1)
147 SeekableNumericArrayIterator::seek(1)
/PHP-8.0/ext/oci8/tests/
H A Dlob_044.phpt33 var_dump($blob->seek(0));
36 var_dump($blob->seek(0));
/PHP-8.0/ext/standard/tests/file/
H A Dftruncate_bug77081.phpt2 Bug #77081 ftruncate() changes seek pointer in c mode
H A Dfpassthru_basic.phpt19 echo "\n-- Before seek operation --\n";
62 -- Before seek operation --
/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php135 public function seek(int $offset) {} function in DirectoryIterator
281 public function seek(int $line) {} function in SplFileObject
H A Dspl_iterators.stub.php178 public function seek(int $offset); function
195 public function seek(int $offset) {} function in LimitIterator
H A Dspl_array.stub.php216 public function seek(int $offset) {} function in ArrayIterator
/PHP-8.0/ext/gd/libgd/
H A Dgd_io.h17 int (*seek)(struct gdIOCtx*, const int); member
/PHP-8.0/ext/phar/tests/
H A Dbug13786.phpt30 unable to seek to start of file "0" while creating new phar "%sDataArchive.phar"
/PHP-8.0/ext/zlib/tests/
H A Dgzseek_variation1.phpt17 //seek forwards 20 bytes.
H A Dgzseek_basic2.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation4.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation5.phpt18 //seek forwards 20 bytes.
/PHP-8.0/main/streams/
H A Dcast.c197 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_cast()
200 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy); in _php_stream_cast()
375 if (((flags & PHP_STREAM_FORCE_CONVERSION) == 0) && origstream->ops->seek != NULL) { in _php_stream_make_seekable()
/PHP-8.0/ext/pgsql/tests/
H A D05large_object.phpt22 echo "open/read/tell/seek/close LO\n";
97 open/read/tell/seek/close LO

Completed in 29 milliseconds

1234