The Boolean paradox
A small comparison just cost me half an hour of valueable time.
In an ongoing series, I shall present another PHP WTF: **The Boolean paradox**.
Rants on code, security, randomness and games
A small comparison just cost me half an hour of valueable time.
In an ongoing series, I shall present another PHP WTF: **The Boolean paradox**.
As of version 5.3 of PHP, certain features and functions are [considered deprecated][1]. It comes with the territory. In major version changes, new features are added while old stuff is discarded. Unsurprisingly – and lucky for me, with that change in versions comes yet another WTF for me to rant about.
[1]: http://www.php.net/manual/en/migration53.deprecated.php
Listening to youtube playlists for a long time can yield unexpected results…
While listening to the [1], after the transition from song 38 to 39, youtube showed me this:
[1]: http://www.youtube.com/artist?a=GxdCwVVULXfEbXSo-eIm2eCoFVTzOJXE&feature=bottomfeedr
As the first entry to the list of my PHP-related WTFs, I present:
**The whitespace of death**
This one has taken me almost a **full hour** to sort out. There may be some good features to PHP, yet this one I don’t think is even one. It should be considered a bug. As my experience has grown in [reporting bugs myself][php-bug1] or trying to [report a bug][php-bug2], I reconsidered and chose not to report it as a “bug”.
[php-bug1]: https://bugs.php.net/bug.php?id=48458
[php-bug2]: https://bugs.php.net/bug.php?id=51112