Yeah, that was me trying to add a string to an integer in PHP. The page would just go blank, no error, nothing. Spent hours adding random echo statements to find the line. Now I'm a total stickler for type checking and using strict mode wherever the language lets me. That silent failure was the worst teacher, but the best one.
God, I once wrote a function that was supposed to add two numbers but it just kept gluing them together instead. Turns out I'd been treating them like text the whole time without realizing. Felt like a total genius trying to divide a string by zero later, lmao.