I recently ran across an odd situation while working on a PHP based project. A couple of places I had to use create_function() to create anonymous functions as callbacks for content buffering with ob_start(). After editing one of my anonymous functions I started getting an error similar to this:
↧