Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 387 Bytes

0449.md

File metadata and controls

21 lines (17 loc) · 387 Bytes

Is the following valid PHP code?

<php>
echo 'There's a worm in my apple';
</php>
  • A) no
  • B) yes
  • C) only in php 4
  • D) only if we are using Laravel framework
Answer

Answer: A