this post was submitted on 30 Oct 2023
1009 points (96.2% liked)

Programmer Humor

32070 readers
605 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
[–] pingveno@kbin.social 1 points 10 months ago

A fun story about the origin of some of PHP's first function names. The hash function in the table for function names in the interpreter was strlen(), so names were chosen to have a wide distribution of lengths.

(source)