Code check

<pre class='brush:xml'>
&lt;?php
$example = range(0, 9);
foreach ($example as $value)
{
 echo $value;
}
</pre>

Comments