<?php
class A {
    public static function __callStatic($method, $args)
    {
    }
}

A::init();
?>
OK