php-parser/test/code/parser/scalar
Nikita Popov 91295a0790 Make tests compatible with PHP 7
When parsing on PHP 7 we will no longer be able to deal with
code that contains invalid octal literals. Currently we'll fatal,
after engine exceptions land we'll throw an exception instead.
2015-02-26 16:26:29 +01:00
..
constantString.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
docString.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
encapsedString.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
float.test Make tests compatible with PHP 7 2015-02-26 16:26:29 +01:00
int.test Make tests compatible with PHP 7 2015-02-26 16:26:29 +01:00
magicConst.test Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00