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