xref
: /
php-src
/
Zend
/
tests
/
use_const
/
includes
/
foo_bar.inc
(revision f6605c78)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
namespace foo;
4
5
const bar = 'local bar';
6