index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Zend
/
tests
/
use_function
/
includes
/
foo_bar.php
blob: 6d2f8cab45fb47835928d33e674ba15c23860823 (
plain
)
1
2
3
4
5
6
7
<
?php
namespace
foo
;
function
bar
() {
return
'local bar'
;
}