On Fri, Dec 19, 2008 at 3:31 PM, Nathan Rixham <nrix...@gmail.com> wrote:
> type hints are all ready there so adding primitives /should/ be possible
> without any bc issues

PHP is loosely typed. Adding typehints to primitives would change
this. The only reason that it is working with object types, is because
you can't automatically coerce object types anyway.

--
troels

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

Reply via email to