It's better to use call_user_func since it will give an ability to call
class methods.
$callback = $this->callback;
if (is_callable($callback)){
call_user_func($callback, $output, $info);
}
Original issue reported on code.google.com by alexander.makarow on 7 Feb 2010 at 3:42
Original issue reported on code.google.com by
alexander.makarow
on 7 Feb 2010 at 3:42