/PHP-7.0/ext/standard/tests/file/ |
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_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_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 | bug44607.phpt | 14 fseek($fd, 1, SEEK_SET);
|
H A D | fread_fwrite_basic.phpt | 30 fseek($h, 0, SEEK_SET); 37 fseek($h, 0, SEEK_SET);
|
/PHP-7.0/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-7.0/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-7.0/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-7.0/ext/dba/libinifile/ |
H A D | inifile.c | 252 php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); in inifile_fetch() 302 php_stream_seek(dba->fp, dba->curr.pos, SEEK_SET); in inifile_nextkey() 321 php_stream_seek(dba->fp, size, SEEK_SET); in inifile_truncate() 334 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_find_group() 405 php_stream_seek(dba->fp, pos_start, SEEK_SET); in inifile_copy_to() 423 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter() 433 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter() 438 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter() 452 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter() 543 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append() [all …]
|
/PHP-7.0/ext/zip/lib/ |
H A D | zip_source_seek.c | 46 …if (!ZIP_SOURCE_IS_OPEN_READING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEE… in zip_source_seek() 77 case SEEK_SET: in zip_source_seek_compute_offset()
|
H A D | zip_source_seek_write.c | 43 …if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEE… in zip_source_seek_write()
|
H A D | zip_file_get_offset.c | 58 if (zip_source_seek(za->src, (zip_int64_t)offset, SEEK_SET) < 0) { in _zip_file_get_offset()
|
H A D | zip_filerange_crc.c | 54 if (zip_source_seek(src, (zip_int64_t)start, SEEK_SET) != 0) { in _zip_filerange_crc()
|
/PHP-7.0/ext/standard/tests/filters/ |
H A D | filter_errors.inc | 21 fseek($stream, 0, SEEK_SET); 31 fseek($stream, 0, SEEK_SET);
|
/PHP-7.0/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-7.0/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);
|