TIL that in PHP, 0x0+2 produces 4.
@jenn They fixed it for 0x in 5.4, too, but introduced “0b” which is like 0x but binary, and “0b” has the same bug.
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@jenn They fixed it for 0x in 5.4, too, but introduced “0b” which is like 0x but binary, and “0b” has the same bug.