Hi everyone !
Just done a pull request (https://github.com/php/php-src/pull/62) on
php/php-src to allow the use of an expression with "new" keyword.
The patch allow the user to do :
<?php
class Foo {}
$oo = 'oo';
$foo = new {'f' . $oo};
?>
Moreover, seems to me that it's not possible to subscribe to
[email protected] from http://www.php.net/mailing-lists.php.
best regards,
Fred
========================================================================
Frédéric Hardy : Directeur technique et fonctionnel agile
CV : http://blog.mageekbox.net/public/cv.frederic.hardy.pdf
Blog : http://blog.mageekbox.net
Twitter : http://twitter.com/mageekguy
========================================================================
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php