View Single Post
  #16  
Old 01-26-2010, 08:49 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Inverness View Post
Incorrect.
I just tested clientside, and it seems like I was right.
PHP Code:
temp.foo = new TStaticVar();
temp.foo.2;
  
temp.bar = new TStaticVar();
temp.bar.2;
  
echo(
temp.foo == temp.bar); // echos 0 
Reply With Quote