Home
last modified time | relevance | path

Searched refs:ftell (Results 101 – 125 of 174) sorted by relevance

1234567

/php-src/ext/standard/tests/file/
H A Dfgets_variation4-win32-mb.phpt41 var_dump( ftell($file_handle) );
43 var_dump( ftell($file_handle) ); // ensure the file pointer position
48 var_dump( ftell($file_handle) );
50 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgets_variation4-win32.phpt41 var_dump( ftell($file_handle) );
43 var_dump( ftell($file_handle) ); // ensure the file pointer position
48 var_dump( ftell($file_handle) );
50 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgets_variation4.phpt41 var_dump( ftell($file_handle) );
43 var_dump( ftell($file_handle) ); // ensure the file pointer position
48 var_dump( ftell($file_handle) );
50 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfscanf_variation55.phpt70 var_dump( ftell($file_handle) );
74 var_dump( ftell($file_handle) );
77 var_dump( ftell($file_handle) );
H A Dfgets_variation5.phpt37 var_dump( ftell($file_handle) );
39 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dinclude_userstream_003.phpt41 return ftell($this->stream);
H A Dfgets_variation6-win32.phpt42 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof
46 var_dump( ftell($file_handle) ); // file pointer position
H A Dfgets_variation6.phpt42 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof
46 var_dump( ftell($file_handle) ); // file pointer position
H A Dfgets_basic.phpt28 var_dump( ftell($file_handle) ); // ensure the file pointer position
34 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfputcsv_variation10.phpt48 var_dump( ftell($file_handle) );
H A Dftruncate_variation1-win32-mb.phpt52 var_dump( ftell($file_handle) );
54 var_dump( ftell($file_handle) );
H A Dftruncate_variation1-win32.phpt52 var_dump( ftell($file_handle) );
54 var_dump( ftell($file_handle) );
H A Dftruncate_variation1.phpt52 var_dump( ftell($file_handle) );
54 var_dump( ftell($file_handle) );
H A Dftruncate_variation7-win32.phpt54 var_dump( ftell($file_handle) );
56 var_dump( ftell($file_handle) );
H A Dftruncate_variation7.phpt54 var_dump( ftell($file_handle) );
56 var_dump( ftell($file_handle) );
H A Dftruncate_variation2-win32.phpt53 var_dump( ftell($file_handle) );
55 var_dump( ftell($file_handle) );
H A Dftruncate_variation2.phpt53 var_dump( ftell($file_handle) );
55 var_dump( ftell($file_handle) );
H A Dftruncate_variation3-win32.phpt52 var_dump( ftell($file_handle) );
54 var_dump( ftell($file_handle) );
H A Dftruncate_variation3.phpt52 var_dump( ftell($file_handle) );
54 var_dump( ftell($file_handle) );
H A Dftruncate_variation5-win32.phpt53 var_dump( ftell($file_handle) );
55 var_dump( ftell($file_handle) );
H A Dftruncate_variation5.phpt53 var_dump( ftell($file_handle) );
55 var_dump( ftell($file_handle) );
/php-src/ext/spl/
H A Dspl_directory.stub.php274 public function ftell(): int|false {} function in SplFileObject
H A Dspl_directory_arginfo.h345 ZEND_METHOD(SplFileObject, ftell);
457 ZEND_ME(SplFileObject, ftell, arginfo_class_SplFileObject_ftell, ZEND_ACC_PUBLIC)
/php-src/ext/zlib/
H A Dzlib_arginfo.h155 ZEND_FUNCTION(ftell);
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation10.phpt45 var_dump( $fo->ftell() );

Completed in 41 milliseconds

1234567