/php-src/ext/standard/tests/file/ |
H A D | fseek_ftell_rewind_basic1.phpt | 14 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END); 60 -- Testing fseek() with whence = SEEK_SET -- 76 -- Testing fseek() with whence = SEEK_SET -- 92 -- Testing fseek() with whence = SEEK_SET -- 108 -- Testing fseek() with whence = SEEK_SET -- 124 -- Testing fseek() with whence = SEEK_SET -- 140 -- Testing fseek() with whence = SEEK_SET -- 156 -- Testing fseek() with whence = SEEK_SET -- 172 -- Testing fseek() with whence = SEEK_SET -- 188 -- Testing fseek() with whence = SEEK_SET -- [all …]
|
H A D | fseek_ftell_rewind_basic2-win32-mb.phpt | 21 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END); 70 -- Testing fseek() with whence = SEEK_SET -- 86 -- Testing fseek() with whence = SEEK_SET -- 102 -- Testing fseek() with whence = SEEK_SET -- 118 -- Testing fseek() with whence = SEEK_SET -- 134 -- Testing fseek() with whence = SEEK_SET -- 150 -- Testing fseek() with whence = SEEK_SET -- 166 -- Testing fseek() with whence = SEEK_SET -- 182 -- Testing fseek() with whence = SEEK_SET -- 198 -- Testing fseek() with whence = SEEK_SET -- [all …]
|
H A D | fseek_ftell_rewind_basic2-win32.phpt | 21 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END); 70 -- Testing fseek() with whence = SEEK_SET -- 86 -- Testing fseek() with whence = SEEK_SET -- 102 -- Testing fseek() with whence = SEEK_SET -- 118 -- Testing fseek() with whence = SEEK_SET -- 134 -- Testing fseek() with whence = SEEK_SET -- 150 -- Testing fseek() with whence = SEEK_SET -- 166 -- Testing fseek() with whence = SEEK_SET -- 182 -- Testing fseek() with whence = SEEK_SET -- 198 -- Testing fseek() with whence = SEEK_SET -- [all …]
|
H A D | fseek_ftell_rewind_basic2.phpt | 21 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END); 70 -- Testing fseek() with whence = SEEK_SET -- 86 -- Testing fseek() with whence = SEEK_SET -- 102 -- Testing fseek() with whence = SEEK_SET -- 118 -- Testing fseek() with whence = SEEK_SET -- 134 -- Testing fseek() with whence = SEEK_SET -- 150 -- Testing fseek() with whence = SEEK_SET -- 166 -- Testing fseek() with whence = SEEK_SET -- 182 -- Testing fseek() with whence = SEEK_SET -- 198 -- Testing fseek() with whence = SEEK_SET -- [all …]
|
H A D | fseek_variation3.phpt | 17 var_dump(fseek($h, -4, SEEK_SET)); 25 var_dump(fseek($h, 16, SEEK_SET)); 27 fseek($h ,0, SEEK_SET);
|
H A D | userstreams.phpt | 129 case SEEK_SET: 190 array(SEEK_SET, 0, 0), 197 array(SEEK_SET, 0, 0) 202 SEEK_SET, 207 SEEK_SET => "SEEK_SET", 216 case SEEK_SET: 289 fseek($fp, $DATALEN / 2, SEEK_SET); 290 fseek($tf, $DATALEN / 2, SEEK_SET);
|
H A D | fpassthru_variation.phpt | 41 fseek($file_read, $offset_arr[$i], SEEK_SET); 58 fseek($file_read, 12, SEEK_SET);
|
H A D | fread_fwrite_basic.phpt | 20 fseek($h, 0, SEEK_SET); 27 fseek($h, 0, SEEK_SET);
|
H A D | bug45303.phpt | 7 var_dump(fseek($fd, 1024*1024, SEEK_SET));
|
H A D | feof_basic.phpt | 48 fseek($h, 20, SEEK_SET); 52 fseek($h, $eofPointer, SEEK_SET); 56 fseek($h, $eofPointer + 1000, SEEK_SET);
|
H A D | fseek_ftell_rewind_variation3.phpt | 2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET 10 2. Testing fseek() with whence = SEEK_SET 13 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n"; 24 echo "*** Testing fseek() with whence = SEEK_SET ***\n"; 38 var_dump( fseek($file_handle,$count,SEEK_SET) ); 54 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes *** 55 *** Testing fseek() with whence = SEEK_SET ***
|
H A D | bug81145.phpt | 41 fseek($f1, SIZE_4G - 0x100, SEEK_SET); 42 fseek($f2, SIZE_4G - 0x100, SEEK_SET);
|
/php-src/ext/standard/tests/streams/ |
H A D | bug48309.phpt | 8 fseek($tmp, 0, SEEK_SET); 12 fseek($tmp, 0, SEEK_SET); 20 fseek($tmp, 0, SEEK_SET);
|
H A D | temp_stream_seek.phpt | 8 fseek($f, 0, SEEK_SET); 11 fseek($f, 0, SEEK_SET);
|
H A D | stream_copy_to_stream_socket.phpt | 18 fseek($tmp, 0, SEEK_SET); 23 fseek($tmp, 0, SEEK_SET);
|
/php-src/ext/zlib/tests/ |
H A D | gzseek_variation2.phpt | 2 Test function gzseek() by calling it with SEEK_SET when reading 11 var_dump(gzseek( $h, 50, SEEK_SET ) ); 17 var_dump(gzseek( $h, 100, SEEK_SET ) ); 23 var_dump(gzseek( $h, 20, SEEK_SET ) );
|
H A D | gzseek_variation4.phpt | 2 Test function gzseek() by calling it with SEEK_SET when writing 15 gzseek($h, strlen($str1) + 20, SEEK_SET);
|
/php-src/tests/basic/ |
H A D | enable_post_data_reading_07.phpt | 13 fseek($f1, 3, SEEK_SET); 15 fseek($f1, 1, SEEK_SET); 25 fseek($f2, 1, SEEK_SET);
|
/php-src/ext/zip/tests/ |
H A D | oo_stream_seek.phpt | 22 var_dump(fseek($fp, 1, SEEK_SET)); 25 var_dump(fseek($fp, 0, SEEK_SET)); 36 var_dump(fseek($fp, 2, SEEK_SET)); 47 var_dump(fseek($fp, 1, SEEK_SET)); 50 var_dump(fseek($fp, 0, SEEK_SET));
|
/php-src/ext/dba/libinifile/ |
H A D | inifile.c | 248 php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); in inifile_fetch() 296 php_stream_seek(dba->fp, dba->curr.pos, SEEK_SET); in inifile_nextkey() 314 php_stream_seek(dba->fp, size, SEEK_SET); in inifile_truncate() 327 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_find_group() 397 php_stream_seek(dba->fp, pos_start, SEEK_SET); in inifile_copy_to() 415 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter() 425 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter() 430 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter() 444 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter() 534 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append() [all …]
|
/php-src/ext/gd/libgd/ |
H A D | gd_io_file.c | 19 #ifndef SEEK_SET 20 #define SEEK_SET 0 macro 119 return (fseek (fctx->f, pos, SEEK_SET) == 0); in fileSeek()
|
/php-src/ext/standard/tests/filters/ |
H A D | filter_errors.inc | 21 fseek($stream, 0, SEEK_SET); 31 fseek($stream, 0, SEEK_SET);
|
/php-src/ext/standard/tests/http/ |
H A D | bug53198.phpt | 24 fseek($output, 0, SEEK_SET); 26 fseek($output, 0, SEEK_SET);
|
H A D | bug48929.phpt | 25 fseek($output, 0, SEEK_SET); 27 fseek($output, 0, SEEK_SET);
|
/php-src/ext/exif/tests/ |
H A D | exif_read_data_streams_seek.phpt | 12 fseek($fp, 100, SEEK_SET);
|