--TEST-- highlight_string() handling of heredoc --FILE-- --EXPECT--
$x=<<<DD
jhdsjkfhjdsh
DD
."";
$a=<<<DDDD
jhdsjkfhjdsh
DDDD;