Hi guys,
Can somebody merge the following PR?
https://github.com/php/php-src/pull/613
It fixes bug #66822 by allowing the new power operator to be used in
constant expressions, e.g.:
const FOO = 2 ** 3 ** 2;
echo FOO; // 512
--
Tjerk
On Fri, Mar 7, 2014 at 2:18 AM, Tjerk Meesters tjerk.meesters@gmail.comwrote:
Hi guys,
Can somebody merge the following PR?
https://github.com/php/php-src/pull/613
It fixes bug #66822 by allowing the new power operator to be used in
constant expressions, e.g.:const FOO = 2 ** 3 ** 2;
echo FOO; // 512
--
Tjerk
Hi,
If nobody objects I will merge this tomorrow.
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu
On Fri, Mar 7, 2014 at 2:18 AM, Tjerk Meesters tjerk.meesters@gmail.comwrote:
Hi guys,
Can somebody merge the following PR?
https://github.com/php/php-src/pull/613
It fixes bug #66822 by allowing the new power operator to be used in
constant expressions, e.g.:const FOO = 2 ** 3 ** 2;
echo FOO; // 512
--
Tjerk
Hi,
If nobody objects I will merge this tomorrow.
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu
nevermind, Bob already merged it.
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu