x
 
<!DOCTYPE html>
<html>
<body>
<?php
define("GREETING", "你好!今天过得怎么样?");
echo constant("GREETING");
?>
</body>
</html>