What is the output of the following code?
$text= ‘This is text’;
$text!= «<‘TEXT’
$text
TEXT;
$text2 = «<TEXT
$text!
TEXT;
echo "$text2";
A . This is text
B . $text
C . $text!
D . $text2
Answer: B
What is the output of the following code?
$text= ‘This is text’;
$text!= «<‘TEXT’
$text
TEXT;
$text2 = «<TEXT
$text!
TEXT;
echo "$text2";
A . This is text
B . $text
C . $text!
D . $text2
Answer: B