1<?php
2interface I {
3  function f($a = null);
4}