/PHP-8.3/ext/phar/tests/ |
H A D | 022.phpt | 30 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 D | fseek_ftell_rewind_basic2.phpt | 21 $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 D | fseek_ftell_rewind_basic1.phpt | 14 $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 D | fseek_ftell_rewind_basic2-win32-mb.phpt | 21 $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 D | fseek_ftell_rewind_basic2-win32.phpt | 21 $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 D | stream_rfc2397_007.phpt | 66 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 D | fseek_ftell_rewind_variation7.phpt | 2 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 D | fseek_ftell_rewind_variation8-win32.phpt | 2 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 D | fseek_ftell_rewind_variation8.phpt | 2 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 D | userstreams.phpt | 145 case SEEK_END: 203 SEEK_END 208 SEEK_END => "SEEK_END" 220 case SEEK_END:
|
H A D | include_userstream_001.phpt | 58 case SEEK_END:
|
H A D | bug52335.phpt | 22 var_dump(fseek($fprw, 20, SEEK_END));
|
H A D | fpassthru_variation.phpt | 46 fseek($file_read, $offset_arr[$i], SEEK_END);
|
H A D | fseek_dir_basic.phpt | 31 var_dump(fseek($dh, 20, SEEK_END));
|
H A D | bug38450.phpt | 70 case SEEK_END:
|
H A D | bug38450_1.phpt | 70 case SEEK_END:
|
H A D | bug38450_2.phpt | 70 case SEEK_END:
|
/PHP-8.3/ext/zlib/tests/ |
H A D | gzseek_variation6.phpt | 2 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 D | gzseek_variation7.phpt | 2 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 D | enable_post_data_reading_07.phpt | 21 fseek($f1, 3, SEEK_END); 23 fseek($f1, -3, SEEK_END);
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | temp_stream_seek.phpt | 14 fseek($f, 0, SEEK_END);
|
/PHP-8.3/ext/exif/tests/ |
H A D | gh10834.phpt | 44 case SEEK_END:
|
/PHP-8.3/ext/standard/ |
H A D | file.stub.php | 21 const SEEK_END = UNKNOWN; define
|
/PHP-8.3/ext/dba/libflatfile/ |
H A D | flatfile.c | 52 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 D | inifile.c | 416 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()
|