<?php
class Foo {
    static function __callStatic(string $name, \Arguments $args) {}
}
?>