Files
firstgarden-web-gnu/test.php
2013-01-27 15:48:08 +09:00

5 lines
64 B
PHP

<?
define('XXX', 111);
print_r(get_defined_constants());
?>