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