<<< Previous question <<< Question ID#0497.md >>> Next question >>>
What is the output of the following code?
$a = "Apple";
echo <<<'A'
pass me that $a
A;
- A) pass me that $a
- B) syntax error
- C) "pass me that Apple"
- D) "pass me that apple"
Answer
Answer: A