Posted by Tamagafk on 12/28/06 09:38
error_reporting(E_ALL); class cls{ var $val; function cls(){ $this->$val = 999; } } $c = new cls; With error_reporting set to E_ALL PHP floods me with notifications that class variables are undifined, whenever I try to use them. WTF???
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming