Nikita Popov
|
62f83a0dc2
|
Add column info for non-syntax errors where relatively precise
Should it also be added if only rough information is available? E.g.
spanning an entire class?
|
2015-04-18 13:27:58 +02:00 |
|
Nikita Popov
|
611fa5c7f1
|
Test parser position information (syntax errors)
|
2015-04-18 13:27:57 +02:00 |
|
nikic
|
1f143393e5
|
Rewrite namespace handling code
Add a check for disallowed statements between braced namespaces
while at it.
|
2014-04-21 15:16:00 +02:00 |
|
nikic
|
3b7829b011
|
Add support for function and constant import (PHP 5.6)
|
2014-03-26 22:33:45 +01:00 |
|
Martin Hasoň
|
118f28344d
|
Synchronized error messages with native php error messages
|
2014-02-12 20:19:48 +01:00 |
|
nikic
|
fbaa1e5fc3
|
Add information on expected tokens to syntax errors
This now mimics the error messages provided by PHP itself (pre 5.4).
|
2013-01-15 17:30:14 +01:00 |
|
nikic
|
81e53ce0ff
|
Insert comments when pretty printing
This changset also adds unit tests for Comments and adds a way to test the
pretty printer.
|
2012-05-11 16:18:14 +02:00 |
|