• PHP sucks.

  • By Jerry Chen | 4 Questions | Average Grade: 34% | 16 People Taken | 13 years ago
  • if ("false" == 0) echo "true\n"; True or false?

    Question 1 Of 4

    8 Out Of 16 People Got It Right
  • if ("false" == false) echo "true\n"; True or false?

    Question 2 Of 4

    4 Out Of 16 People Got It Right
  • if ("0" === 0) echo "true\n"; True or false?

    Question 3 Of 4

    5 Out Of 16 People Got It Right
  • if ((int)"0" === 0) echo "true\n"; True or false?

    Question 4 Of 4

    5 Out Of 16 People Got It Right