Tagged Questions
2
votes
1answer
466 views
Passing anonymous functions and getting variables from an outer scope in php
I'm doing something quite strange. I'm trying to create a tiny system for creating templates inline in php, so that I can refactor by creating multiple templates in the original script, and ...