xref
: /
PHP-5.6
/
Zend
/
tests
/
use_function
/
includes
/
foo_bar.php
(revision 85d4cfb0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
namespace
foo
;
4
5
function
bar
() {
6
return
'local bar'
;
7
}
8