View Single Post
Old 11-11-2008, 09:10 AM   #27 (permalink)
awuehr
The Contributor
 
awuehr's Avatar
 
Join Date: Oct 2008
Location: Nuremberg, Germany
Posts: 26
Thanks: 3
awuehr is on a distinguished road
Default

Or in the OO way:

PHP Code:
class Infinite_Loop
{
    public function 
__construct()
    {
        new 
self();
    }
}

new 
Inifinite_Loop(); 
Send a message via ICQ to awuehr Send a message via Skype™ to awuehr
awuehr is offline  
Reply With Quote