sellingspams@feddit.de to Programmer Humor@lemmy.ml · 3 年前6 stages of debuggingi.imgur.comexternal-linkmessage-square26linkfedilinkarrow-up1437arrow-down14
arrow-up1433arrow-down1external-link6 stages of debuggingi.imgur.comsellingspams@feddit.de to Programmer Humor@lemmy.ml · 3 年前message-square26linkfedilink
minus-squareperviouslyiner@lemmy.worldlinkfedilinkarrow-up1·3 年前if ((x != x) || (x == x+1)) then it’s one of those weird numbers
if (0 === 0) {
var_dump($test); die;
}
Ahhhhh, PHP… 😭
if ((x != x) || (x == x+1)) then it’s one of those weird numbers