From:             [EMAIL PROTECTED]
Operating system: Any
PHP version:      4.0.4
PHP Bug Type:     *General Issues
Bug description:  Here-DOC termination

The following PHP code causes a Parse error:

$string <<< EOD
This
is
a
string.
EOD ;

Workaround: eliminate space that precedes semicolon.  This causes me to depart from 
the best practices I chose to follow.


-- 
Edit Bug report at: http://bugs.php.net/?id=8680&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