Thread
:
lol, i made a never ending loop with arrays
View Single Post
11-11-2008, 09:10 AM
#
27
(
permalink
)
awuehr
The Contributor
Join Date: Oct 2008
Location: Nuremberg, Germany
Posts: 26
Thanks: 3
Or in the OO way:
PHP Code:
class
Infinite_Loop
{
public function
__construct
()
{
new
self
();
}
}
new
Inifinite_Loop
();
awuehr
View Public Profile
Send a private message to awuehr
Visit awuehr's homepage!
Find More Posts by awuehr