x
 
<!DOCTYPE html>
<html>
<body>
<?php
// 不区分大小写的常量名称:
define("GREETING", "Welcome to w3school.com.cn!", true);
echo greeting;
?> 
</body>
</html>