this post was submitted on 22 Jun 2023
439 points (99.1% liked)

Programmer Humor

32054 readers
2223 users here now

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

Rules:

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

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

[–] perviouslyiner@lemmy.world 2 points 1 year ago

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

[–] tgxn@lemmy.tgxn.net 1 points 1 year ago

Ahhhhh, PHP.... 😭