View Single Post
  #10  
Old 05-13-2010, 11:55 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
Well, my original speculation was that this.test was pointing to a memory address which didn't get cleaned up properly when you did clearemptyvars(), so accessing it would cause a seg fault.

But the fact that you can call getdynamicvars and add it to an array but not echo it seems a bit weird...


Maybe it has to do with casting the response of getdynamicvars to a string?
Reply With Quote