<?php
$p = "PII";
define("PI",3.14);
define($p,3.14);
echo PI;
echo "<br />";
echo PII;
?>
$p = "PII";位置调乱了,应该是$Pll = "p";