Hi,

Bart de Boer wrote:
$class = 'Child';

$obj = new $class(); // This works.

echo $class::$var; // This doesn't. Should map to Child::$var


This feature request was already brought up a couple of weeks/months ago, please consider:

http://news.php.net/php.internals/29067

Regards

--
Etienne Kneuss
http://www.colder.ch
[EMAIL PROTECTED]

Men never do evil so completely and cheerfully as when they do it from a religious conviction.
-- Pascal

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

Reply via email to