Hacker News new | ask | show | jobs
by TazeTSchnitzel 4098 days ago
Pseudo-closures. They capture variables by value, though you can use PHP's referencing mechanism to have something sort of closure-like.