t / t4018 / php-methodon commit remote-curl: use post_rpc() for protocol v2 also (a97d007)
   1class Klass
   2{
   3    public static function RIGHT()
   4    {
   5        return 'ChangeMe';
   6    }
   7}