Home
last modified time | relevance | path

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

12345678

/PHP-7.1/ext/standard/tests/file/
H A D007_variation17.phpt33 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A Dfgetc_variation4.phpt34 var_dump( ftell($file_handle) );
40 var_dump( ftell($file_handle) );
H A Dfread_basic.phpt62 var_dump(ftell($file_handle));
67 var_dump(ftell($file_handle));
73 var_dump(ftell($file_handle));
79 var_dump(ftell($file_handle));
85 var_dump(ftell($file_handle));
91 var_dump(ftell($file_handle));
H A Dfgetcsv_variation13.phpt52 $fp_pos = ftell($file_handle);
55 var_dump( ftell($file_handle) );
H A Dfgetcsv_variation20.phpt55 $fp_pos = ftell($file_handle);
58 var_dump( ftell($file_handle) );
H A Dfgetss_variation1-win32.phpt62 var_dump( ftell($file_handle) );
68 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
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 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.phpt68 var_dump( ftell($fp));
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 Dinclude_userstream_002.phpt40 return ftell($this->stream);
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.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-win32-mb.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
/PHP-7.1/ext/standard/
H A Dfile.h48 PHPAPI PHP_FUNCTION(ftell);
/PHP-7.1/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-7.1/ext/spl/internal/
H A Dsplfileobject.inc135 function ftell()
137 return ftell($this->fp);

Completed in 48 milliseconds

12345678