Hacker News new | ask | show | jobs
by pcwalton 3781 days ago
Yeah, I shouldn't have used the term "dynamic scope" there. PHP has dynamic environments that can be mutated at runtime, which languages like JS don't (well, outside of direct eval).