I was wondering if anyone can comment on this idea cause I think it would be a great asset to PHP and to OOP in PHP..
example:
$b = 4; $a = new Integer(4);
if($a == $b) { //bla bla }
Other classes would include String(), Integer(), Boolean() ... and so on...
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php