This post originated from an RSS feed registered with PHP Buzz
by Paul M Jones.
Original Post: Benchmarking call_user_func_array()
Feed Title: Paul M. Jones
Feed URL: http://paul-m-jones.com/archives/category/programming/php/feed
Feed Description: If it's worth doing, it's worth over-doing.
Benchmarking call_user_func() and call_user_func_array(), versus using user-defined variable-functions and native functions. The results are surprising only if you hadn't considered the behind-the-scenes implications of these functions; I, of course, was surprised. ;-)