From:             [EMAIL PROTECTED]
Operating system: RedHat Linux 7.0
PHP version:      4.0.4pl1
PHP Bug Type:     Feature/Change Request
Bug description:  Doc String Quoting Problem

When you are using doc string quoting or something, php doesn't recognize the thing 
that stops it if indented at all or something.  There are two examples to illistrate 
my point:

echo <<<BARFY
This is a good example.
It works perfectly.
BARFY

echo <<<BARFY
This is a bad example.
It fails miserably.
Note the space before BARFY.
 BARFY


Maybe this is a bug, maybe it is a feature.  I don't know, but please fix it or make 
note of it in the manual.  Thanks.


-- 
Edit Bug report at: http://bugs.php.net/?id=9387&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to