<?php
class Foo {
    function __call(string $name, \Arguments $arguments) {}
}
?>