Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 401 Bytes

0116.md

File metadata and controls

15 lines (12 loc) · 401 Bytes

Which of the following variables are NOT supported by type hinting (PHP < 7)? Each correct answer represents a complete solution. Choose two.

  • A) Integer
  • B) String
  • C) Object
  • D) Array
Answer

Answer: A, B