function Call(){
    for($i=0;$i<=10;$i++)
      {
       $str.= $i."<br>";
       }
    return $str;
}echo Call();输出进出现Notice: Undefined variable提示