Home
last modified time | relevance | path

Searched refs:fseek (Results 76 – 100 of 140) sorted by relevance

123456

/php-src/ext/phar/tests/
H A Dfopen_edgecases.phpt2 Phar: fopen/stat/fseek/unlink/rename edge cases
37 var_dump(fseek($a, 1), ftell($a));
38 var_dump(fseek($a, 1, SEEK_CUR), ftell($a));
H A Dphar_oo_007.phpt36 var_dump($f->fseek(20));
H A Dphar_createdefaultstub.phpt151 fseek($fp, self::LEN);
445 fseek($fp, self::LEN);
747 fseek($fp, self::LEN);
H A Dphar_setdefaultstub.phpt171 fseek($fp, self::LEN);
466 fseek($fp, self::LEN);
761 fseek($fp, self::LEN);
/php-src/ext/standard/
H A Dfile.h34 PHPAPI PHP_FUNCTION(fseek);
/php-src/ext/standard/tests/http/
H A Dbug65634.phpt28 fseek($output, 0, SEEK_SET);
H A Dbug61548.phpt29 fseek($output, 0, SEEK_SET);
H A Dbug38802.phpt38 fseek($output, 0, SEEK_SET);
/php-src/ext/standard/tests/file/
H A Dfopen_variation19.phpt74 fseek($h, 0);
H A Dfopencookie.phpt15 * FIXME: the test really needs something to fseek(3) on the FILE*
H A Dfgetc_variation1.phpt29 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
H A Dinclude_userstream_002.phpt57 return fseek($this->stream, $offset, $whence);
H A Dfwrite_variation2-win32.phpt55 fseek($file_handle, SEEK_SET, 1024/2 );
62 fseek($file_handle, SEEK_END, 0);
H A Dfwrite_variation2.phpt55 fseek($file_handle, SEEK_SET, 1024/2 );
62 fseek($file_handle, SEEK_END, 0);
H A Dinclude_userstream_003.phpt57 return fseek($this->stream, $offset, $whence);
H A Dfscanf_variation53.phpt53 var_dump( fseek($file_handle, 0, SEEK_END) );
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_004_blobopen.phpt40 fseek($stream, 0);
/php-src/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt38 fseek($stream, 0);
/php-src/ext/phar/tests/zip/
H A Dphar_begin_setstub_commit.phpt37 fseek($a, 0);
/php-src/ext/phar/
H A Dshortarc.php116 fseek($fp, self::LEN);
/php-src/ext/spl/
H A Dspl_directory.stub.php277 public function fseek(int $offset, int $whence = SEEK_SET): int {} function in SplFileObject
H A Dspl_directory_arginfo.h346 ZEND_METHOD(SplFileObject, fseek);
458 ZEND_ME(SplFileObject, fseek, arginfo_class_SplFileObject_fseek, ZEND_ACC_PUBLIC)
/php-src/ext/zlib/
H A Dzlib_arginfo.h154 ZEND_FUNCTION(fseek);
/php-src/ext/phar/tests/files/
H A Dopenssl.phar116 fseek($fp, self::LEN);
H A Dopenssl256.phar116 fseek($fp, self::LEN);

Completed in 36 milliseconds

123456