/PHP-5.4/ext/standard/tests/file/ |
H A D | fseek_ftell_rewind_basic2.phpt | 31 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END); 80 -- Testing fseek() with whence = SEEK_SET -- 96 -- Testing fseek() with whence = SEEK_SET -- 112 -- Testing fseek() with whence = SEEK_SET -- 128 -- Testing fseek() with whence = SEEK_SET -- 144 -- Testing fseek() with whence = SEEK_SET -- 160 -- Testing fseek() with whence = SEEK_SET -- 176 -- Testing fseek() with whence = SEEK_SET -- 192 -- Testing fseek() with whence = SEEK_SET -- 208 -- Testing fseek() with whence = SEEK_SET -- [all …]
|
H A D | fseek_ftell_rewind_basic1.phpt | 24 $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 | 32 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END); 81 -- Testing fseek() with whence = SEEK_SET -- 97 -- Testing fseek() with whence = SEEK_SET -- 113 -- Testing fseek() with whence = SEEK_SET -- 129 -- Testing fseek() with whence = SEEK_SET -- 145 -- Testing fseek() with whence = SEEK_SET -- 161 -- Testing fseek() with whence = SEEK_SET -- 177 -- Testing fseek() with whence = SEEK_SET -- 193 -- Testing fseek() with whence = SEEK_SET -- 209 -- Testing fseek() with whence = SEEK_SET -- [all …]
|
H A D | fseek_variation3.phpt | 23 var_dump(fseek($h, -4, SEEK_SET)); 31 var_dump(fseek($h, 16, SEEK_SET)); 33 fseek($h ,0, SEEK_SET);
|
H A D | userstreams.phpt | 129 case SEEK_SET: 187 array(SEEK_SET, 0, 0), 194 array(SEEK_SET, 0, 0) 199 SEEK_SET, 204 SEEK_SET => "SEEK_SET", 213 case SEEK_SET: 286 fseek($fp, $DATALEN / 2, SEEK_SET); 287 fseek($tf, $DATALEN / 2, SEEK_SET);
|
H A D | bug45303.phpt | 7 var_dump(fseek($fd, 1024*1024, 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 20 2. Testing fseek() with whence = SEEK_SET 23 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n"; 34 echo "*** Testing fseek() with whence = SEEK_SET ***\n"; 48 var_dump( fseek($file_handle,$count,SEEK_SET) ); 64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes *** 65 *** Testing fseek() with whence = SEEK_SET ***
|
H A D | feof_basic.phpt | 54 fseek($h, 20, SEEK_SET); 58 fseek($h, $eofPointer, SEEK_SET); 62 fseek($h, $eofPointer + 1000, SEEK_SET);
|
H A D | fpassthru_variation.phpt | 47 fseek($file_read, $offset_arr[$i], SEEK_SET); 64 fseek($file_read, 12, SEEK_SET);
|
H A D | fread_fwrite_basic.phpt | 30 fseek($h, 0, SEEK_SET); 37 fseek($h, 0, SEEK_SET);
|
H A D | bug44607.phpt | 14 fseek($fd, 1, SEEK_SET);
|
/PHP-5.4/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 | stream_copy_to_stream_socket.phpt | 18 fseek($tmp, 0, SEEK_SET); 23 fseek($tmp, 0, SEEK_SET);
|
/PHP-5.4/ext/zlib/tests/ |
H A D | gzseek_variation2.phpt | 2 Test function gzseek() by calling it with SEEK_SET when reading 15 var_dump(gzseek( $h, 50, SEEK_SET ) ); 21 var_dump(gzseek( $h, 100, SEEK_SET ) ); 27 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 19 gzseek($h, strlen($str1) + 20, SEEK_SET);
|
/PHP-5.4/ext/dba/libinifile/ |
H A D | inifile.c | 252 php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); in inifile_fetch() 301 php_stream_seek(dba->fp, dba->curr.pos, SEEK_SET); in inifile_nextkey() 320 php_stream_seek(dba->fp, size, SEEK_SET); in inifile_truncate() 333 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_find_group() 404 php_stream_seek(dba->fp, pos_start, SEEK_SET); in inifile_copy_to() 422 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter() 429 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter() 434 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter() 448 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter() 539 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append() [all …]
|
/PHP-5.4/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-5.4/ext/standard/tests/filters/ |
H A D | filter_errors.inc | 21 fseek($stream, 0, SEEK_SET); 31 fseek($stream, 0, SEEK_SET);
|
/PHP-5.4/ext/oci8/tests/ |
H A D | lob_temp.phpt | 16 var_dump($blob->seek(0, SEEK_SET)); 24 var_dump($blob->seek(0, SEEK_SET));
|
/PHP-5.4/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);
|
H A D | ignore_errors.phpt | 34 fseek($output, 0, SEEK_SET); 36 fseek($output, 0, SEEK_SET);
|
/PHP-5.4/ext/zip/lib/ |
H A D | zip_file_get_offset.c | 61 if (fseeko(za->zp, offset, SEEK_SET) != 0) { in _zip_file_get_offset()
|
H A D | zip_filerange_crc.c | 53 if (fseeko(fp, start, SEEK_SET) != 0) { in _zip_filerange_crc()
|
/PHP-5.4/ext/phar/ |
H A D | zip.c | 190 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile() 290 php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); in phar_parse_zipfile() 418 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile() 565 php_stream_seek(fp, PHAR_GET_32(zipentry.offset), SEEK_SET); in phar_parse_zipfile() 585 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile() 589 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile() 645 php_stream_seek(fp, saveloc, SEEK_SET); in phar_parse_zipfile() 1035 phar_seek_efp(entry, 0, SEEK_SET, 0, 0 TSRMLS_CC); in phar_zip_changed_apply() 1105 php_stream_seek(pass->filefp, 0, SEEK_SET); in phar_zip_applysignature() 1108 php_stream_seek(pass->centralfp, 0, SEEK_SET); in phar_zip_applysignature() [all …]
|