Kacarott@aussie.zone to Programmer Humor@lemmy.ml · 21 days agoWhat the F#whatthefsharp.comexternal-linkmessage-square28fedilinkarrow-up188arrow-down11file-text
arrow-up187arrow-down1external-linkWhat the F#whatthefsharp.comKacarott@aussie.zone to Programmer Humor@lemmy.ml · 21 days agomessage-square28fedilinkfile-text
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up1·16 hours agoYeah, just check the PHP section! My favourite is var_dump(true == 'bob') . PHP_EOL; // bool(true) var_dump('bob' == 0) . PHP_EOL; // bool(true) var_dump(true == 0) . PHP_EOL; // bool(false)
Yeah, just check the PHP section!
My favourite is
var_dump(true == 'bob') . PHP_EOL; // bool(true) var_dump('bob' == 0) . PHP_EOL; // bool(true) var_dump(true == 0) . PHP_EOL; // bool(false)