Home
last modified time | relevance | path

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

1234567

/php-src/ext/standard/tests/file/
H A Dfgetc_variation3.phpt34 var_dump( ftell($file_handle) );
39 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfgetcsv_variation21.phpt50 $fp_pos = ftell($file_handle);
53 var_dump( ftell($file_handle) );
H A Dfgets_variation1.phpt30 var_dump( ftell($file_handle) );
35 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfscanf_variation53.phpt50 var_dump( ftell($file_handle) );
56 var_dump( ftell($file_handle) );
H A D007_variation17.phpt22 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation1.phpt22 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation9.phpt22 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A Dfread_basic.phpt54 var_dump(ftell($file_handle));
59 var_dump(ftell($file_handle));
65 var_dump(ftell($file_handle));
71 var_dump(ftell($file_handle));
77 var_dump(ftell($file_handle));
83 var_dump(ftell($file_handle));
H A Dfgetc_variation4.phpt29 var_dump( ftell($file_handle) );
35 var_dump( ftell($file_handle) );
H A Dfgetcsv_variation13.phpt47 $fp_pos = ftell($file_handle);
50 var_dump( ftell($file_handle) );
H A Dfgetcsv_variation20.phpt50 $fp_pos = ftell($file_handle);
53 var_dump( ftell($file_handle) );
H A D007_variation14.phpt25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation22.phpt25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation6.phpt25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation21.phpt25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation5.phpt25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfwrite_variation4-win32.phpt46 var_dump( ftell($file_handle) );
48 var_dump( ftell($file_handle) );
H A Dfwrite_variation4.phpt46 var_dump( ftell($file_handle) );
48 var_dump( ftell($file_handle) );
H A D007_variation13-win32.phpt30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dinclude_userstream_002.phpt41 return ftell($this->stream);
H A Dfeof_basic.phpt45 $eofPointer = ftell($h);
H A Dfgets_variation3.phpt37 var_dump( ftell($file_handle) );
39 var_dump( ftell($file_handle) ); // ensure the file pointer position
46 var_dump( ftell($file_handle) );
48 var_dump( ftell($file_handle) ); // ensure the file pointer position
/php-src/ext/standard/
H A Dfile.h33 PHPAPI PHP_FUNCTION(ftell);
/php-src/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 56 milliseconds

1234567