5 lines
64 B
PHP
5 lines
64 B
PHP
<?
|
|
define('XXX', 111);
|
|
|
|
print_r(get_defined_constants());
|
|
?>
|
<?
|
|
define('XXX', 111);
|
|
|
|
print_r(get_defined_constants());
|
|
?>
|