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