On Mon, Oct 26, 2009 at 3:25 PM, Mathieu Suen <mathieu.s...@easyflirt.com> wrote: > Yes that the same but only for PHP <= 5.3. > I am more asking about performance.
You mean PHP < 5.3 ? In that case, I would strongly suggest that you use a procedural style. create_function is slow, leaks memory and offers no compile-time validation of syntax. It's also ugly as heck. -- troels -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php