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