[PHP-DEV] Bug #594: <<?PHP ?> not parsed From: jeremiah <email protected>
Date: 07/29/98

From: jeremiah <email protected>
Operating system: Solaris 2.6 and Linux (Red Hat 5)
PHP version: 3.0 Final Release
PHP Bug Type: Parser error
Bug description:
<<?PHP echo "hello"; ?>
Passes through untouched by the PHP parser.

< <?PHP echo "hello"; ?>
Works as expected.