<?php
$age = 20;
if(isset($age)){
	echo '变量$age已经定义';
}
?>