]> granicus.if.org Git - php/commit
Merge branch 'master' of git.php.net:php-src
authorDmitry Stogov <dmitry@zend.com>
Thu, 28 Nov 2013 13:03:59 +0000 (17:03 +0400)
committerDmitry Stogov <dmitry@zend.com>
Thu, 28 Nov 2013 13:03:59 +0000 (17:03 +0400)
commit609efa2623e1d512d832f1cda8f6fb7e7e80d066
tree8f50263a36b0a699f75cf4337a31f4c3b07e8aef
parent7fa9032d0bc1d95bbe91bf87f46705ac577ae2c2
parentbe5b98ef0dded9e87a574bc564169136358a09e1
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Updated NEWS for Constant Scalar Exprs RFC
  Moved arrays again to "static_scalar:" & little cleanup
  Renaming
  Constant expressions refactoring
  Removed operations on constant arrays. They make no sense as constants are not allowed to be arrays. And as just properties are allowed to; no problem, we still don't need operations on any constant array.
  Added a few more operators
  Whitespace fix
  converted several switches to ifs and made more opcache friendly
  Fatal error about self referencing constants fixed
  Fixed mem leaks, added tests and ternary operator
  Working commit for constant scalar expressions (with constants). Tests will follow.