I've been getting the dreaded 'unexpected $end' message. I tested my setup with the simple test below and still get it. Here is the test code and some caveats. Does anybody know why I might still be getting this message?
Here are the caveats:PHP Code:<?php
class Skin
{
public static function Test()
{
echo <<<EOF
'hello world'
EOF;
}
}
?>
1) There are no short tags anywhere.
2) There are no unclosed () or {} anywhere.
3) There are no missing , or ; anywhere.
4) There are no spaces before or after the final ?>.




Reply With Quote



Bookmarks