Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation53.phpt55 var_dump( ftell($file_handle) );
61 var_dump( ftell($file_handle) );
H A Dfwrite_variation1-win32-mb.phpt57 var_dump( ftell($file_handle) ); // expected: 0
59 var_dump( ftell($file_handle) ); // expected: 0
64 var_dump( ftell($file_handle) ); // expecting 1024
66 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
H A Dfwrite_variation1.phpt50 var_dump( ftell($file_handle) ); // expected: 0
52 var_dump( ftell($file_handle) ); // expected: 0
57 var_dump( ftell($file_handle) ); // expecting 1024
59 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
H A Dfgetss_basic1.phpt50 var_dump( ftell($file_handle) );
57 var_dump( ftell($file_handle) ); // checking file pointer position initially
H A D007_variation1.phpt33 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation17.phpt33 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation9.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 D007_variation6.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
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 D007_variation14.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_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 D007_variation21.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 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 Dfgetss_variation1-win32.phpt64 var_dump( ftell($file_handle) );
70 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
H A Dfgetss_variation1.phpt60 var_dump( ftell($file_handle) );
66 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
/PHP-7.4/ext/standard/
H A Dfile.h44 PHPAPI PHP_FUNCTION(ftell);
/PHP-7.4/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));

Completed in 29 milliseconds

12345678