I’m embarking on another set of EE extensions, but this time I don’t want to be banging my head against a wall tracking down problems that in any other language would have been compile-time warnings.
Rick mentioned that it is possible to have PHP require that variables be declared before they are used. Or was it that warnings would be emitted if they weren’t? I already have error_reporting set to E_ALL. This will tell me if I’m trying to read an unassigned variable, but it won’t tell me if I’m trying to write to an undeclared one.
Thanks for your help!
~joe
