Hacker News new | ask | show | jobs
by unethical_ban 2594 days ago
Back in the PHP 3/4 days, a lot of related functions would have different argument orders.

str_replace(old, new) vs. stri_replace(new, old) kind of thing.