1<?php
2namespace foo;
3
4function func()
5{
6    return true;
7}
8