6 lines
91 B
PHP
6 lines
91 B
PHP
<?php
|
|
define('INCLUDED_CONSTANT_DEFINED', 'Foo');
|
|
|
|
const INCLUDED_CONSTANT_AST = 'Bar';
|
|
?>
|