root/Zend/tests/use_function/includes/foo_bar.php

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. bar

<?php

namespace foo;

function bar() {
    return 'local bar';
}

/* [<][>][^][v][top][bottom][index][help] */