Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 25 of 68) sorted by relevance

123

/PHP-8.3/ext/phar/tests/
H A D022.phpt30 echo 'fseek($fp, -1, SEEK_END)';var_dump(fseek($fp, -1, SEEK_END));
32 echo 'fseek($fp, -8, SEEK_END)';var_dump(fseek($fp, -8, SEEK_END));
34 echo 'fseek($fp, -7, SEEK_END)';var_dump(fseek($fp, -7, SEEK_END));
36 echo 'fseek($fp, 0, SEEK_END)';var_dump(fseek($fp, 0, SEEK_END));
38 echo 'fseek($fp, 1, SEEK_END)';var_dump(fseek($fp, 1, SEEK_END));
40 echo 'fseek($fp, -8, SEEK_END)';var_dump(fseek($fp, -8, SEEK_END));
80 fseek($fp, -1, SEEK_END)int(0)
82 fseek($fp, -8, SEEK_END)int(-1)
84 fseek($fp, -7, SEEK_END)int(0)
86 fseek($fp, 0, SEEK_END)int(0)
[all …]
/PHP-8.3/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic2.phpt21 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END);
78 -- Testing fseek() with whence = SEEK_END --
94 -- Testing fseek() with whence = SEEK_END --
110 -- Testing fseek() with whence = SEEK_END --
126 -- Testing fseek() with whence = SEEK_END --
142 -- Testing fseek() with whence = SEEK_END --
158 -- Testing fseek() with whence = SEEK_END --
174 -- Testing fseek() with whence = SEEK_END --
190 -- Testing fseek() with whence = SEEK_END --
206 -- Testing fseek() with whence = SEEK_END --
[all …]
H A Dfseek_ftell_rewind_basic1.phpt14 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END);
68 -- Testing fseek() with whence = SEEK_END --
84 -- Testing fseek() with whence = SEEK_END --
100 -- Testing fseek() with whence = SEEK_END --
116 -- Testing fseek() with whence = SEEK_END --
132 -- Testing fseek() with whence = SEEK_END --
148 -- Testing fseek() with whence = SEEK_END --
164 -- Testing fseek() with whence = SEEK_END --
180 -- Testing fseek() with whence = SEEK_END --
196 -- Testing fseek() with whence = SEEK_END --
[all …]
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt21 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END);
78 -- Testing fseek() with whence = SEEK_END --
94 -- Testing fseek() with whence = SEEK_END --
110 -- Testing fseek() with whence = SEEK_END --
126 -- Testing fseek() with whence = SEEK_END --
142 -- Testing fseek() with whence = SEEK_END --
158 -- Testing fseek() with whence = SEEK_END --
174 -- Testing fseek() with whence = SEEK_END --
190 -- Testing fseek() with whence = SEEK_END --
206 -- Testing fseek() with whence = SEEK_END --
[all …]
H A Dfseek_ftell_rewind_basic2-win32.phpt21 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END);
78 -- Testing fseek() with whence = SEEK_END --
94 -- Testing fseek() with whence = SEEK_END --
110 -- Testing fseek() with whence = SEEK_END --
126 -- Testing fseek() with whence = SEEK_END --
142 -- Testing fseek() with whence = SEEK_END --
158 -- Testing fseek() with whence = SEEK_END --
174 -- Testing fseek() with whence = SEEK_END --
190 -- Testing fseek() with whence = SEEK_END --
206 -- Testing fseek() with whence = SEEK_END --
[all …]
H A Dstream_rfc2397_007.phpt66 var_dump(fseek($fp, -1, SEEK_END));
70 var_dump(fseek($fp, 0, SEEK_END));
74 var_dump(fseek($fp, 1, SEEK_END));
H A Dfseek_ftell_rewind_variation7.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_END
10 2. Testing fseek() with whence = SEEK_END
13 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
37 var_dump( fseek($file_handle,$count,SEEK_END) );
54 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation8-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
15 2. Testing fseek() with whence = SEEK_END
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
45 var_dump( fseek($file_handle,$count,SEEK_END) );
61 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation8.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
15 2. Testing fseek() with whence = SEEK_END
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
45 var_dump( fseek($file_handle,$count,SEEK_END) );
61 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Duserstreams.phpt145 case SEEK_END:
203 SEEK_END
208 SEEK_END => "SEEK_END"
220 case SEEK_END:
H A Dinclude_userstream_001.phpt58 case SEEK_END:
H A Dbug52335.phpt22 var_dump(fseek($fprw, 20, SEEK_END));
H A Dfpassthru_variation.phpt46 fseek($file_read, $offset_arr[$i], SEEK_END);
H A Dfseek_dir_basic.phpt31 var_dump(fseek($dh, 20, SEEK_END));
H A Dbug38450.phpt70 case SEEK_END:
H A Dbug38450_1.phpt70 case SEEK_END:
H A Dbug38450_2.phpt70 case SEEK_END:
/PHP-8.3/ext/zlib/tests/
H A Dgzseek_variation6.phpt2 Test function gzseek() by calling it with SEEK_END when reading
15 var_dump(gzseek( $h, 0, SEEK_END ) );
29 Warning: gzseek(): SEEK_END is not supported in %s on line %d
H A Dgzseek_variation7.phpt2 Test function gzseek() by calling it with SEEK_END when writing
17 var_dump(gzseek($h, 0, SEEK_END));
35 Warning: gzseek(): SEEK_END is not supported in %s on line %d
/PHP-8.3/tests/basic/
H A Denable_post_data_reading_07.phpt21 fseek($f1, 3, SEEK_END);
23 fseek($f1, -3, SEEK_END);
/PHP-8.3/ext/standard/tests/streams/
H A Dtemp_stream_seek.phpt14 fseek($f, 0, SEEK_END);
/PHP-8.3/ext/exif/tests/
H A Dgh10834.phpt44 case SEEK_END:
/PHP-8.3/ext/standard/
H A Dfile.stub.php21 const SEEK_END = UNKNOWN; define
/PHP-8.3/ext/dba/libflatfile/
H A Dflatfile.c52 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_store()
129 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_delete()
/PHP-8.3/ext/dba/libinifile/
H A Dinifile.c416 php_stream_seek(dba->fp, 0, SEEK_END); in inifile_filter()
492 php_stream_seek(dba->fp, 0, SEEK_END); in inifile_delete_replace_append()
535 php_stream_seek(dba->fp, 0, SEEK_END); in inifile_delete_replace_append()

Completed in 29 milliseconds

123