<?php //keywordAsVar.php #keywordAsVar.php $True="我是变量True"; echo($True); echo("<BR>"); echo("我是关键字" . True) /* 我是变量True 我是关键字1 */ ?>