It's come to my attention that you cannot use a static member in an HEREDOC string. The following code class A { public static $BLAH = "user"; function __construct() { echo
php.net