@sellingspams@feddit.de to Programmer Humor@lemmy.ml • 2 years ago6 stages of debuggingi.imgur.comimagemessage-square27fedilinkarrow-up1450arrow-down14
arrow-up1446arrow-down1image6 stages of debuggingi.imgur.com@sellingspams@feddit.de to Programmer Humor@lemmy.ml • 2 years agomessage-square27fedilink
minus-square@perviouslyiner@lemmy.worldlinkfedilink1•2 years agoif ((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