[PHP-DEV] PHP 4.0 Bug #7053 Updated: after second include() or require() of the same file php does not set __FILE__ From: Bug Database (php-dev <email protected>)
Date: 10/10/00

ID: 7053
Updated by: stas
Reported By: mranner <email protected>
Status: Feedback
Bug Type: *Function Specific
Assigned To:
Comments:

Failed to reproduce on current CVS. Please check the current CVS or 4.0.3

Previous Comments:
---------------------------------------------------------------------------

[2000-10-06 03:39:56] mranner <email protected>
<?
// includes file include.inc
echo "my name is " . __FILE__;
?>

<?
// includer main.php
include("include.inc");
include("include.inc");
?>

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7053

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>