[PHP-DEV] Bug #327: fpassthru adds document length From: jw <email protected>
Date: 04/29/98

From: jw <email protected>
Operating system: Linux Kernel 2.033
PHP version: 3.0 Latest CVS
PHP Bug Type: Parser error
Bug description:
While using the fpassthru function
of php3, eg.

<?php
$fp = fopen( "test.html", "r" );
   echo (fpassthru($fp));
?>

the result will always display a number and the end of the output.
The length differs with the length of the document, so maybe it's the document length being displayed.

No php3.ini file.