<?php /** * @ignore * @package ignore */ package TestNamespace; /** * @ignore */ interface TestInterface { function test(); } ?>