Date: 02/21/99
- Next message: Bug Database: "[PHP-DEV] Bug #1089 Updated: eregi_replace misbehaves on German Umlaute"
- Previous message: Jon Smirl: "Re: [PHP-DEV] Bug #1172 Updated: Generates parse error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 1063
Updated by: jim
Reported By: babak77 <email protected>
Status: Analyzed
Bug Type: Misbehaving function
Assigned To:
Comments:
This worked fine for me:
<?php
$fp = fopen("test", "r");
$line = fgets($fp, 1024);
echo $line, ":";
echo ftell($fp);
?>
Are you sure that you're passing the correct file pointer?
Full Bug description available at: http://ca.php.net/bugs.php3?id=1063
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #1089 Updated: eregi_replace misbehaves on German Umlaute"
- Previous message: Jon Smirl: "Re: [PHP-DEV] Bug #1172 Updated: Generates parse error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

