<?php
(function()
{
for ($i=0;$i<10;$i++)
echo $i;//返回0123456789
}
})();
echo $i;//返回Undefined variable