this post was submitted on 22 Jun 2023
447 points (100.0% liked)

Programmer Humor

37681 readers
424 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PtitSerpent@kbin.social 3 points 2 years ago (2 children)

if (0 === 0) {
var_dump($test); die;
}

[–] perviouslyiner@lemmy.world 2 points 2 years ago

if ((x != x) || (x == x+1)) then it's one of those weird numbers

[–] tgxn@lemmy.tgxn.net 2 points 2 years ago

Ahhhhh, PHP.... 😭