Home
last modified time | relevance | path

Searched refs:ftell (Results 76 – 100 of 187) sorted by relevance

12345678

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation1.phpt58 var_dump( ftell($file_handle) );
64 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
H A Dfgetcsv_variation20.phpt55 $fp_pos = ftell($file_handle);
58 var_dump( ftell($file_handle) );
H A D007_variation14.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation21.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation22.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation5.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation6.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfseek_variation2.phpt66 var_dump( ftell($fp));
H A Dinclude_userstream_002.phpt40 return ftell($this->stream);
H A D007_variation13-win32.phpt41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfwrite_variation4-win32.phpt55 var_dump( ftell($file_handle) );
57 var_dump( ftell($file_handle) );
H A Dfwrite_variation4.phpt55 var_dump( ftell($file_handle) );
57 var_dump( ftell($file_handle) );
H A Dfgets_variation3.phpt42 var_dump( ftell($file_handle) );
44 var_dump( ftell($file_handle) ); // ensure the file pointer position
51 var_dump( ftell($file_handle) );
53 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfeof_basic.phpt51 $eofPointer = ftell($h);
H A Dfgets_variation4-win32.phpt46 var_dump( ftell($file_handle) );
48 var_dump( ftell($file_handle) ); // ensure the file pointer position
53 var_dump( ftell($file_handle) );
55 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgets_variation4.phpt46 var_dump( ftell($file_handle) );
48 var_dump( ftell($file_handle) ); // ensure the file pointer position
53 var_dump( ftell($file_handle) );
55 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfscanf_variation55.phpt75 var_dump( ftell($file_handle) );
79 var_dump( ftell($file_handle) );
82 var_dump( ftell($file_handle) );
H A Dfgets_variation5.phpt42 var_dump( ftell($file_handle) );
44 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfseek_variation1.phpt81 var_dump( ftell($fp));
H A Dinclude_userstream_003.phpt40 return ftell($this->stream);
H A Dfgets_variation6-win32.phpt47 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof
51 var_dump( ftell($file_handle) ); // file pointer position
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases.phpt37 var_dump(fseek($a, 1), ftell($a));
38 var_dump(fseek($a, 1, SEEK_CUR), ftell($a));
/PHP-5.5/ext/zip/lib/
H A Dzipint.h46 #define ftello(s) ((long)ftell((s)))
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc135 function ftell()
137 return ftell($this->fp);

Completed in 55 milliseconds

12345678