<?php
class Foo {
    static function __callStatic(int $name, array $arguments) {}
}
?>