xref
: /
PHP-7.0
/
Zend
/
tests
/
use_const
/
includes
/
foo_php_version.php
(revision 85d4cfb0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
namespace
foo
;
4
5
const
PHP_VERSION
=
42
;
6