On 27/02/12 01:33, Kris Craig wrote: > Exactly, hence why I'm still on the fence with that. I was hoping for some > further discussion though to see if anyone can think of a way around that, > though admittedly nothing comes to my mind. > > --Kris That's why I mentioned the possibility of having such option per file.
declare(stricttypes=1) {
// Code here
}
Or just
declare(stricttypes=1);
to apply to the whole file
