This is a good example of why it's bad:
PHP Code:
function whatever()
for (a: allplayers)
with (a)
if (player.account == "wat")
do(player);
If you want to obscure your code and make it much harder for others to maintain then carry on with bad practices such as that.