DavidFuhr’s avatarDavidFuhr’s Twitter Archive—№ 148

  1. RT @fabpot: php -r 'echo in_array("foo", array(0));' returns true, really?! Use in_array("foo", array(0), true) instead. thanks #php