Briefing Zend Knowledge

What is the output of this code?

What is the output of this code? $world = ‘world’; echo <<<‘TEXT’ hello $world TEXT;

A.
hello $world

B.
PHP Parser error

C.
hello world