79135339

Date: 2024-10-28 23:00:21
Score: 1.5
Natty:
Report link

This is because php isn't recognizing these as hexadecimal numbers but rather scientific notation, so when it converts to a decimal integer they are both zero because zero to the power of one is zero and zero to the power of two is zero. The opposite is true for strict comparison as that will return a comparison of the string literals.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Azur_Was_here