Question:What will be the output of the following code?
$str = <<<EOD
test line 1
test line 2
EOD;
echo $str; 

A <<<EOD 

B Syntax Error 

C test line 1
test line 2 

D EOD 

+ Answer
+ Report
Total Preview: 182

Copyright © 2024. Powered by Intellect Software Ltd