xref
: /
php-src
/
ext
/
reflection
/
tests
/
included5.inc
(revision f5e743a5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
define('INCLUDED_CONSTANT_DEFINED', 'Foo');
3
4
const INCLUDED_CONSTANT_AST = 'Bar';
5
?>
6