Post #3986982
2026-07-21 13:29 UTC
This feels cursed:
php > echo ["false", "true"][false];
false
php > echo ["false", "true"][true];
true
Replies (2)
-
@paulshryock@phpc.social 2026-07-21 13:36
@annika@xoxo.zone loose typing. Love and hate it. Mostly hate it.
-
@ramsey@phpc.social 2026-07-21 13:47
@annika@xoxo.zone false is 0 and true is 1 🤷♂️