function A($op=null){
 static $i=0;
 $i = $op=="CLEAR"? 0: $i++;
 $i++;
}for($j=0;$j<10;$j++)
   A();
A("CLEAR");