Home
last modified time | relevance | path

Searched refs:fseek (Results 1 – 25 of 127) sorted by path

123456

/PHP-5.5/
H A DNEWS6529 - Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results).
H A DREADME.STREAMS43 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell, flock.
H A Dacinclude.m41797 if (fp && fseek(fp, 8192, SEEK_SET) == 0 && g.pos == 8192)
/PHP-5.5/Zend/tests/
H A Dhalt02.phpt7 fseek($fp, __COMPILER_HALT_OFFSET__+1);
/PHP-5.5/ext/bz2/tests/
H A Dbug51997.phpt17 fseek($bz, 0, SEEK_CUR);
/PHP-5.5/ext/ftp/tests/
H A Dftp_fget_basic.phpt21 fseek($fp, 0);
27 fseek($fp, $postition);
H A Dftp_nb_get_large.phpt25 fseek($fp, 5368709119);
/PHP-5.5/ext/gd/
H A Dgd.c2678 fseek(tmp, 0, SEEK_SET); in _php_image_output()
/PHP-5.5/ext/gd/libgd/
H A Dgd_io_file.c119 return (fseek (fctx->f, pos, SEEK_SET) == 0); in fileSeek()
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c1674 fseek(out, sizeof(ac_uint2) << 1, 0L); in write_cdata()
1767 fseek(out, sizeof(ac_uint2) << 1, 0L); in write_cdata()
/PHP-5.5/ext/phar/
H A Dshortarc.php116 fseek($fp, self::LEN);
/PHP-5.5/ext/phar/tests/
H A D022.phpt24 echo 'fseek($fp, 1)';var_dump(fseek($fp, 1));
26 echo 'fseek($fp, 1, SEEK_CUR)';var_dump(fseek($fp, 1, SEEK_CUR));
28 echo 'fseek($fp, -1, SEEK_CUR)';var_dump(fseek($fp, -1, SEEK_CUR));
36 echo 'fseek($fp, 0, SEEK_END)';var_dump(fseek($fp, 0, SEEK_END));
42 echo 'fseek($fp, 6)';var_dump(fseek($fp, 6));
44 echo 'fseek($fp, 8)';var_dump(fseek($fp, 8));
46 echo 'fseek($fp, -1)';var_dump(fseek($fp, -1));
49 fseek($fp, 4);
53 fseek($fp, 4);
57 fseek($fp, 4);
[all …]
H A D027.phpt48 echo "fseek on dir handle\n";
49 var_dump(fseek($a, 0, SEEK_END), ftell($a));
50 var_dump(fseek($a, -1), ftell($a));
51 var_dump(fseek($a, 1), ftell($a));
78 fseek on dir handle
H A D027U.phpt48 echo "fseek on dir handle\n";
49 var_dump(fseek($a, 0, SEEK_END), ftell($a));
50 var_dump(fseek($a, -1), ftell($a));
51 var_dump(fseek($a, 1), ftell($a));
78 fseek on dir handle
H A Dfopen_edgecases.phpt2 Phar: fopen/stat/fseek/unlink/rename edge cases
37 var_dump(fseek($a, 1), ftell($a));
38 var_dump(fseek($a, 1, SEEK_CUR), ftell($a));
H A Dphar_createdefaultstub.phpt152 fseek($fp, self::LEN);
446 fseek($fp, self::LEN);
748 fseek($fp, self::LEN);
H A Dphar_oo_007.phpt37 var_dump($f->fseek(20));
H A Dphar_setdefaultstub.phpt172 fseek($fp, self::LEN);
467 fseek($fp, self::LEN);
762 fseek($fp, self::LEN);
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar116 fseek($fp, self::LEN);
H A Dopenssl.phar116 fseek($fp, self::LEN);
/PHP-5.5/ext/phar/tests/files/
H A Dinclude_path2.phar116 fseek($fp, self::LEN);
H A Dnophar.phar116 fseek($fp, self::LEN);
H A Dopenssl.phar116 fseek($fp, self::LEN);
/PHP-5.5/ext/phar/tests/tar/
H A Dlinks6.phpt16 fseek($a, 3);
/PHP-5.5/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc8 fseek($fp, 20);

Completed in 108 milliseconds

123456