<?php function simple() { $a = 0; for ($i = 0; $i < 10; $i++) $a++; $thisisanotherlongname = 0; for ($thisisalongname = 0; $thisisalongname < 10; $thisisalongname++) $thisisanotherlongname++; } simple (); ?>