<?php

interface a {
    static function __call($a, $b);
}

?>