Hello Joseph,

Sunday, August 14, 2005, 12:31:42 AM, you wrote:

> I would like to see the Type Hinting expanded in PHP 6. In 5 now you can do

> class Test {

> public function testDatabase( Database $db ) {

> }
> }

> what if i wanted to make sure it was a String, Integer, Boolean, Float, 
> etc.. i would like to see that added to the type hinting ;)

we often enough decided against that (for the most we don't want to be
another language like java).

Best regards,
 Marcus

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

Reply via email to