<?php

interface a {
    function __callstatic($a, $b);
}

?>