What is the output of the following code? seenagape 10 years ago What is the output of the following code? $text = ‘This is text’; $text1 = <<<‘TEXT’ $textTEXT; $text2 = <<<TEXT $text1 TEXT; echo “$text2”; A. $text B. $text1 C. $text2 D. This is text ← Previous question Next question →