(PHP 4 >= 4.0.5, PHP 5)
PHP 4.1.0以降、call_user_method()関数は古い関数 となっています。代わりにarray(&$obj, "method_name")構文を指定して call_user_func()等を使用してください。