Zend
200-550 · Question #43
200-550 Question #43: Real Exam Question with Answer & Explanation
The correct answer is C. PHP Parser error. See the full explanation below for the reasoning.
Question
What is the output of this code? $world = 'world'; echo <<<'TEXT' hello $world TEXT;
Options
- Ahello world
- Bhello $world
- CPHP Parser error
Community Discussion
No community discussion yet for this question.