Zend Certified PHP Engineer 200-550 Question # 11 Topic 2 Discussion

Zend Certified PHP Engineer 200-550 Question # 11 Topic 2 Discussion

200-550 Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

What is the output of this code?

$world = 'world';

echo <<<'TEXT'

hello $world

TEXT;


A.

hello world


B.

hello $world


C.

PHP Parser error


Get Premium 200-550 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.