Date: 10/10/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7056 Updated: Setting string variables to value starting with '<' cause string to be empty."
- Previous message: Andi Gutmans: "[PHP-DEV] Re: Rép. : Re: [PHP-DEV] Dr Watson come s up with php.exe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7056 Updated: Setting string variables to value starting with '<' cause string to be empty."
- Previous message: Andi Gutmans: "[PHP-DEV] Re: Rép. : Re: [PHP-DEV] Dr Watson come s up with php.exe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

