Technicality
· 28TH OF JULY, THE YEAR 2005PHP HEREDOC AND WHITESPACE
Woah. Apparently when using the PHP heredoc operator, you can’t have any whitespace after the closing identifier. So in
$string = <<
EOT;
Woe betide you should a space or tab fall after that EOT;

NO COMMENTS YET