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

Reply via email to