A Bitwise Operation PitfallOctober 16, 2013November 28, 2022Normally, PHP will convert string variables which can potentially become a number from the string type to another appropriate types in arithmetic operations. This is… Read More »A Bitwise Operation Pitfall