bug #1535 fixed negative number lexing (fabpot)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 14 Oct 2014 16:19:19 +0000 (18:19 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 14 Oct 2014 16:19:19 +0000 (18:19 +0200)
This PR was merged into the 1.16-dev branch.

Discussion
----------

fixed negative number lexing

Fixes #1368 and #1322.

I don't see it breaking BC as relying on the current way seems weird to me.

Commits
-------

bf541bf fixed negative number lexing

1  2 
CHANGELOG

diff --cc CHANGELOG
+++ b/CHANGELOG
@@@ -1,6 -1,6 +1,7 @@@
  * 1.16.2 (2014-XX-XX)
  
+  * fixed lexing of negative numbers
 + * fixed 2-words test names when a custom node class is not used
   * fixed macros when using an argument named like a PHP super global (like GET or POST)
   * fixed date_modify when working with DateTimeImmutable
   * optimized for loops