Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 377 Bytes

0059.md

File metadata and controls

20 lines (16 loc) · 377 Bytes

You run the following PHP script:

<php echo (int"Jason 1235"

What will be the output?

  • A) 0
  • B) Jason
  • C) It will throw a script error.
  • D) 1235
Answer

Answer: A