@[email protected] to Programmer [email protected] • 2 years ago6 stages of debuggingi.imgur.comimagemessage-square28fedilinkarrow-up1445arrow-down14
arrow-up1441arrow-down1image6 stages of debuggingi.imgur.com@[email protected] to Programmer [email protected] • 2 years agomessage-square28fedilink
minus-square@[email protected]linkfedilink2•2 years agoif ((x != x) || (x == x+1)) then it’s one of those weird numbers
if (0 === 0) {
var_dump($test); die;
}
if ((x != x) || (x == x+1)) then it’s one of those weird numbers
Ahhhhh, PHP… 😭