@Richard That's fairly close to what I'm thinking, yes. But there seems to be a diverse range of ideas bouncing around right now, so at present it's all in flux.
--Kris On Tue, Feb 28, 2012 at 1:44 PM, Richard Lynch <c...@l-i-e.com> wrote: > On Mon, February 27, 2012 4:34 pm, Kris Craig wrote: > > I think this is the main reason for differentiating between "strong" > > (or > > whatever word is appropriate) and "weak." The developer may very well > > want > > their script to blow-up in such a case. > > I believe I actually "get it" now... > > You want 3 layers: > > $a = "1"; //current kosher unchanged > weak int $a = "1"; // some E_x error level > strong int $a = "1"; // some E_y error level where E_y > E_x > > Is that a correct summation? > > -- > brain cancer update: > http://richardlynch.blogspot.com/search/label/brain%20tumor > Donate: > > https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FS9NLTNEEKWBE > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >