1<?php
2interface InterfaceWithStaticMethod
3{
4    public static function staticMethod();
5}
6