foo_bar.php 66 B

1234567
  1. <?php
  2. namespace foo;
  3. function bar() {
  4. return 'local bar';
  5. }