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

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

DEFINITIONS

This source file includes following definitions.
  1. bar

<?php

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

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