Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 383 Bytes

0737.md

File metadata and controls

15 lines (12 loc) · 383 Bytes

What is the name of the error level constant that is used to designate PHP code that will not work in future versions?

  • A) E_DEPRECATED
  • B) E_STRICT
  • C) E_ERROR
  • D) E_ALL
Answer

Answer: A