Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 25 of 66) sorted by relevance

123

/php-src/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic1.phpt36 foreach($whence_set as $whence){
37 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
41 } //end of whence loop
60 -- Testing fseek() with whence = SEEK_SET --
64 -- Testing fseek() with whence = SEEK_CUR --
68 -- Testing fseek() with whence = SEEK_END --
76 -- Testing fseek() with whence = SEEK_SET --
80 -- Testing fseek() with whence = SEEK_CUR --
84 -- Testing fseek() with whence = SEEK_END --
92 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt47 foreach($whence_set as $whence){
48 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
52 } //end of whence loop
70 -- Testing fseek() with whence = SEEK_SET --
74 -- Testing fseek() with whence = SEEK_CUR --
78 -- Testing fseek() with whence = SEEK_END --
86 -- Testing fseek() with whence = SEEK_SET --
90 -- Testing fseek() with whence = SEEK_CUR --
94 -- Testing fseek() with whence = SEEK_END --
102 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2-win32.phpt47 foreach($whence_set as $whence){
48 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
52 } //end of whence loop
70 -- Testing fseek() with whence = SEEK_SET --
74 -- Testing fseek() with whence = SEEK_CUR --
78 -- Testing fseek() with whence = SEEK_END --
86 -- Testing fseek() with whence = SEEK_SET --
90 -- Testing fseek() with whence = SEEK_CUR --
94 -- Testing fseek() with whence = SEEK_END --
102 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2.phpt47 foreach($whence_set as $whence){
48 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
52 } //end of whence loop
70 -- Testing fseek() with whence = SEEK_SET --
74 -- Testing fseek() with whence = SEEK_CUR --
78 -- Testing fseek() with whence = SEEK_END --
86 -- Testing fseek() with whence = SEEK_SET --
90 -- Testing fseek() with whence = SEEK_CUR --
94 -- Testing fseek() with whence = SEEK_END --
102 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_variation1.phpt10 2. Testing fseek() without using argument whence
57 -- Testing fseek() without using argument whence --
72 -- Testing fseek() without using argument whence --
87 -- Testing fseek() without using argument whence --
102 -- Testing fseek() without using argument whence --
117 -- Testing fseek() without using argument whence --
132 -- Testing fseek() without using argument whence --
147 -- Testing fseek() without using argument whence --
162 -- Testing fseek() without using argument whence --
177 -- Testing fseek() without using argument whence --
[all …]
H A Dfseek_ftell_rewind_variation2-win32.phpt15 2. Testing fseek() without using argument whence
66 -- Testing fseek() without using argument whence --
81 -- Testing fseek() without using argument whence --
96 -- Testing fseek() without using argument whence --
111 -- Testing fseek() without using argument whence --
126 -- Testing fseek() without using argument whence --
141 -- Testing fseek() without using argument whence --
156 -- Testing fseek() without using argument whence --
171 -- Testing fseek() without using argument whence --
186 -- Testing fseek() without using argument whence --
[all …]
H A Dfseek_ftell_rewind_variation2.phpt15 2. Testing fseek() without using argument whence
66 -- Testing fseek() without using argument whence --
81 -- Testing fseek() without using argument whence --
96 -- Testing fseek() without using argument whence --
111 -- Testing fseek() without using argument whence --
126 -- Testing fseek() without using argument whence --
141 -- Testing fseek() without using argument whence --
156 -- Testing fseek() without using argument whence --
171 -- Testing fseek() without using argument whence --
186 -- Testing fseek() without using argument whence --
[all …]
H A Duserstreams.phpt126 function stream_seek($offset, $whence)
128 switch($whence) {
214 $whence = $whence_map[array_rand($whence_map, 1)];
215 switch($whence) {
231 $seeks[] = array($whence, $offset, $position);
246 list($whence, $offset, $position) = $seekdata;
249 $rr = (int)fseek($tf, $offset, $whence);
255 $ur = (int)fseek($fp, $offset, $whence);
260 printf("\n--[%d] whence=%s offset=%d line_length=%d position_should_be=%d --\n",
261 $j, $whence_names[$whence], $offset, $line_length, $position);
H A Dinclude_userstream_001.phpt39 function stream_seek($offset, $whence)
41 switch($whence) {
H A Dbug27508.phpt40 function stream_seek($offset, $whence)
42 return fseek($this->fp, $offset, $whence) == 0 ? true : false;
H A Dinclude_userstream_002.phpt54 function stream_seek($offset, $whence)
57 return fseek($this->stream, $offset, $whence);
59 switch($whence) {
H A Dbug38450.phpt49 function stream_seek($offset, $whence)
51 switch ($whence) {
H A Dbug38450_1.phpt49 function stream_seek($offset, $whence)
51 switch ($whence) {
H A Dbug38450_2.phpt49 function stream_seek($offset, $whence)
51 switch ($whence) {
H A Dinclude_userstream_003.phpt54 function stream_seek($offset, $whence)
57 return fseek($this->stream, $offset, $whence);
59 switch($whence) {
H A Dfopencookie.phpt46 function stream_seek($offset, $whence)
48 switch($whence) {
H A Dbug38450_3.phpt49 function stream_seek($offset, $whence)
51 switch ($whence) {
H A Dinclude_streams.phpt68 function stream_seek($offset, $whence)
70 switch($whence) {
/php-src/ext/standard/tests/image/
H A Dbug75708.phpt21 function stream_seek($offset, $whence) {
22 return fseek($this->handle, $offset, $whence) === 0;
/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c56 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek() argument
62 if (whence == SEEK_END) { in php_gziop_seek()
66 *newoffs = gzseek(self->gz_file, offset, whence); in php_gziop_seek()
/php-src/main/streams/
H A Dcast.c75 static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker() argument
78 return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()
106 static int stream_cookie_seeker(void *cookie, off64_t *position, int whence) in stream_cookie_seeker() argument
108 static int stream_cookie_seeker(void *cookie, off_t *position, int whence) in stream_cookie_seeker()
112 *position = php_stream_seek((php_stream *)cookie, (zend_off_t)*position, whence); in stream_cookie_seeker()
/php-src/ext/exif/tests/
H A Dgh10834.phpt26 function stream_seek($offset, $whence) {
27 switch ($whence) {
/php-src/ext/dba/
H A Ddba_cdb.c222 zend_off_t cdb_file_lseek(php_stream *fp, zend_off_t offset, int whence) { in cdb_file_lseek() argument
223 php_stream_seek(fp, offset, whence); in cdb_file_lseek()
227 zend_off_t cdb_file_lseek(int fd, zend_off_t offset, int whence) { in cdb_file_lseek() argument
228 return lseek(fd, offset, whence); in cdb_file_lseek()
/php-src/ext/phar/
H A Ddirstream.h32 static int phar_dir_seek( php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs…
H A Dstream.h35 static int phar_stream_seek( php_stream *stream, zend_off_t offset, int whence, zend_off_t *newo…

Completed in 61 milliseconds

123