What is the output of this code?
$world = 'world';
echo <<<'TEXT'
hello $world
TEXT;
hello world
PHP Parser error
Submit