1<?php
2
3function bar() {
4    return 'global bar';
5}
6