Searched refs:ftell (Results 76 – 100 of 187) sorted by relevance
12345678
/PHP-5.5/ext/standard/tests/file/ |
H A D | fgetss_variation1.phpt | 58 var_dump( ftell($file_handle) ); 64 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
|
H A D | fgetcsv_variation20.phpt | 55 $fp_pos = ftell($file_handle); 58 var_dump( ftell($file_handle) );
|
H A D | 007_variation14.phpt | 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation21.phpt | 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation22.phpt | 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation5.phpt | 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation6.phpt | 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | fseek_variation2.phpt | 66 var_dump( ftell($fp));
|
H A D | include_userstream_002.phpt | 40 return ftell($this->stream);
|
H A D | 007_variation13-win32.phpt | 41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation13.phpt | 41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | fwrite_variation4-win32.phpt | 55 var_dump( ftell($file_handle) ); 57 var_dump( ftell($file_handle) );
|
H A D | fwrite_variation4.phpt | 55 var_dump( ftell($file_handle) ); 57 var_dump( ftell($file_handle) );
|
H A D | fgets_variation3.phpt | 42 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 D | feof_basic.phpt | 51 $eofPointer = ftell($h);
|
H A D | fgets_variation4-win32.phpt | 46 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 D | fgets_variation4.phpt | 46 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 D | fscanf_variation55.phpt | 75 var_dump( ftell($file_handle) ); 79 var_dump( ftell($file_handle) ); 82 var_dump( ftell($file_handle) );
|
H A D | fgets_variation5.phpt | 42 var_dump( ftell($file_handle) ); 44 var_dump( ftell($file_handle) ); // ensure the file pointer position
|
H A D | fseek_variation1.phpt | 81 var_dump( ftell($fp));
|
H A D | include_userstream_003.phpt | 40 return ftell($this->stream);
|
H A D | fgets_variation6-win32.phpt | 47 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 D | fopen_edgecases.phpt | 37 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 D | zipint.h | 46 #define ftello(s) ((long)ftell((s)))
|
/PHP-5.5/ext/spl/internal/ |
H A D | splfileobject.inc | 135 function ftell() 137 return ftell($this->fp);
|
Completed in 27 milliseconds
12345678