Home
last modified time | relevance | path

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

1234

/php-src/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-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_current_variation001.phpt14 $s->seek(2);
H A DSplFileObject_key_error001.phpt15 $s->seek(13);
H A DSplFileObject_key_error002.phpt15 $s->seek(120);
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);
/php-src/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 --
H A Duserstreams.phpt7 * user streams and also gives the seek/gets/buffer
57 * to seek around... */
195 /* end up at BOF so that randomly generated seek offsets
211 /* generate some random seek offsets */
/php-src/ext/spl/tests/
H A Diterator_001.phpt57 public function seek($index): void
121 SeekableNumericArrayIterator::seek(1)
147 SeekableNumericArrayIterator::seek(1)
/php-src/ext/gd/libgd/
H A Dgd_io.h17 int (*seek)(struct gdIOCtx*, const int); member
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-src/ext/phar/tests/
H A Dbug13786.phpt30 unable to seek to start of file "0" while creating new phar "%sDataArchive.phar"
/php-src/ext/zlib/tests/
H A Dgzseek_variation1.phpt13 //seek forwards 20 bytes.
H A Dgzseek_basic2.phpt14 //seek forwards 20 bytes.
H A Dgzseek_variation4.phpt14 //seek forwards 20 bytes.
H A Dgzseek_variation5.phpt14 //seek forwards 20 bytes.
H A Dgzseek_variation7.phpt15 //seek to the end which is not sensible of course.
/php-src/main/streams/
H A Dcast.c195 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_cast()
198 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy); in _php_stream_cast()
373 if (((flags & PHP_STREAM_FORCE_CONVERSION) == 0) && origstream->ops->seek != NULL) { in _php_stream_make_seekable()
/php-src/ext/spl/
H A Dspl_directory.stub.php145 public function seek(int $offset): void {} function in DirectoryIterator
325 public function seek(int $line): void {} function in SplFileObject
H A Dspl_observer.stub.php67 public function seek(int $offset): void {} function in SplObjectStorage
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c615 zend_hash_index_update_ptr(&PHPDBG_G(seek), (zend_ulong) opline, (void *) opline); in phpdbg_skip_line_helper()
658 zend_hash_index_update_ptr(&PHPDBG_G(seek), (zend_ulong) opline, (void *) opline); in phpdbg_seek_to_end()
672 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
673 zend_hash_clean(&PHPDBG_G(seek)); in PHPDBG_COMMAND()
689 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
690 zend_hash_clean(&PHPDBG_G(seek)); in PHPDBG_COMMAND()
876 zend_hash_clean(&PHPDBG_G(seek)); in PHPDBG_COMMAND()
1733 #define INDEX_EXISTS_CHECK (zend_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdb… in phpdbg_execute_ex()
1739 zend_hash_clean(&PHPDBG_G(seek)); in phpdbg_execute_ex()
1750 zend_hash_clean(&PHPDBG_G(seek)); in phpdbg_execute_ex()
[all …]

Completed in 32 milliseconds

1234