Home
last modified time | relevance | path

Searched refs:fseek (Results 76 – 100 of 127) sorted by relevance

123456

/PHP-5.4/ext/standard/tests/file/
H A Dfwrite_variation1.phpt62 fseek($file_handle, SEEK_END, 0);
H A Dfgetss_variation5-win32.phpt62 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
H A Dfgetss_variation5.phpt59 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
H A Dfwrite_variation3-win32.phpt63 fseek($file_handle, SEEK_SET, (1024 + 400)/2 );
H A Dfwrite_variation3.phpt64 fseek($file_handle, SEEK_SET, (1024 + 400)/2 );
H A Dfgets_variation6-win32.phpt46 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
H A Dfgets_variation6.phpt46 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
H A Dfgetcsv_variation18.phpt72 fseek($file_handle, 0, SEEK_SET);
H A Dftruncate_variation7-win32.phpt56 fseek($file_handle, 0, SEEK_END);
H A Dftruncate_variation7.phpt56 fseek($file_handle, 0, SEEK_END);
H A Dfgetcsv_variation22.phpt68 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfgetcsv_variation29.phpt69 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfgetcsv_variation30.phpt68 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfgetcsv_variation31.phpt69 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfgetcsv_variation16.phpt72 fseek($file_handle, 0, SEEK_SET);
/PHP-5.4/main/streams/
H A Dplain_wrapper.c334 fseek(data->file, 0, SEEK_CUR); in php_stdiop_write()
365 fseek(data->file, 0, SEEK_CUR); in php_stdiop_read()
477 ret = fseek(data->file, offset, whence); in php_stdiop_seek()
/PHP-5.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt152 fseek($fp, self::LEN);
446 fseek($fp, self::LEN);
748 fseek($fp, self::LEN);
H A Dphar_setdefaultstub.phpt172 fseek($fp, self::LEN);
467 fseek($fp, self::LEN);
762 fseek($fp, self::LEN);
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar116 fseek($fp, self::LEN);
H A Dopenssl.phar116 fseek($fp, self::LEN);
/PHP-5.4/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.4/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.4/ext/zlib/
H A Dzlib.c846 PHP_FALIAS(gzseek, fseek, arginfo_gzseek)

Completed in 55 milliseconds

123456