Kacarott@aussie.zone to Programmer Humor@lemmy.ml · 1 month agoWhat the F#whatthefsharp.comexternal-linkmessage-square29fedilinkarrow-up188arrow-down12file-text
arrow-up186arrow-down1external-linkWhat the F#whatthefsharp.comKacarott@aussie.zone to Programmer Humor@lemmy.ml · 1 month agomessage-square29fedilinkfile-text
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up1·18 days 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)