-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
excuse question, but it seemed too trivial for a bug report. for class foo
{}, $x = new foo;, in php4 empty($x) is true. in php5, empty($x) is false.
is this correct?