And God said "Let there be light".....

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

And God said "Let there be light".....

Post by JayBird »

.....but then the program crashed because he was trying to access the 'light' property of a NULL universe pointer.

:lol:

Mark
Judas
Forum Commoner
Posts: 67
Joined: Tue Jun 10, 2003 3:34 pm
Location: Netherlands

Post by Judas »

sould have used php
User avatar
trollll
Forum Contributor
Posts: 181
Joined: Tue Jun 10, 2003 11:56 pm
Location: Round Rock, TX
Contact:

Post by trollll »

Well, Judas, given that phpinfo(INFO_ENVIRONMENT) == null that wouldn't really help anyone try to access the 'light' property of a null universe. Wouldn't even have a command line to install PHP, let alone create artificial life with it. :)
User avatar
RobertStout
Forum Commoner
Posts: 32
Joined: Wed Sep 03, 2003 5:21 pm
Location: Your backyard.

Post by RobertStout »

Most likely he could of just found the script on some open source site - why re-invent the wheel?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Code: Select all

$Everything = new Object
If ($Everything == NULL) {
    echo "This is a paradox of the Object-Oriented universe."
}
Post Reply