2007/11/18, Derick Rethans <[EMAIL PROTECTED]>:

> I am actually thinking that it might be a good thing to add more and
> more. I know my quick hack isn't the best implementation though.

Yes and it is an alternative and not a mandatory thing to use.. as long as :

<?php

function foo(int $num) {
   return $num

}

foo("12345") // emit fatal error, NOT accept it as valid integer

all is fine and Im all for it ;)
-- 
http://www.kissofjudas.net/

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to