PHP - Output and String Handling
Identify the error in this PHP code snippet using nowdoc:
$text = <<<'EOD'\ This is a nowdoc string. EOD; echo $text;
$text = <<<'EOD'\ This is a nowdoc string. EOD; echo $text;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions