Filler
April 29th, 2007<?php
function life($man){
if (empty(WORLD)) {
define(”WORLD”, “round”);
}
define(”GOD” , $religion);
while ($life =! null) {
breathe();
eat();
sleep();
}
}
life($simpleman);
?>
File saved as life.php…
#php -f […]



