1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/lib/PhpParser
Nikita Popov 8b64195cf2 Try .17G print if .16G is not enough
This should be enough for all cases, because: A double has 53 bits
of mantissa (including the implicit 1 bit), which is 53*ln(2)/ln(10)
= 15.95 decimal digits. However the leading decimal digit may encode
less than the usual 3.32 bits, which will push this over the edge to
requiring 17 decimal digits.
2015-05-02 11:48:55 +02:00
..
Builder Add "use" builder 2015-03-10 16:05:55 +01:00
Comment Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Lexer Add support for "yield from" 2015-04-26 11:56:02 +02:00
Node Make special class name checks case insensitive 2015-04-26 23:13:27 +02:00
NodeVisitor Add support for anonymous classes 2015-04-26 23:04:31 +02:00
PrettyPrinter Try .17G print if .16G is not enough 2015-05-02 11:48:55 +02:00
Serializer Strict type compliance 2015-03-24 11:19:17 +01:00
Unserializer Strict type compliance 2015-03-24 11:19:17 +01:00
Autoloader.php Simplify code 2015-04-03 22:30:30 +02:00
Builder.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
BuilderAbstract.php Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
BuilderFactory.php Add "use" builder 2015-03-10 16:05:55 +01:00
Comment.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Error.php Add column info to EOF errors 2015-04-27 15:37:41 +02:00
Lexer.php Drop Lexer::getPosition() 2015-05-01 20:18:01 +02:00
Node.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeAbstract.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
NodeDumper.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
NodeTraverser.php #184 Add a flag to NodeTraverser to avoid cloning nodes 2015-03-22 11:19:04 +13:00
NodeTraverserInterface.php Add NodeTraverser::DONT_TRAVERSE_CHILDREN support 2015-01-11 22:13:58 +01:00
NodeVisitor.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
NodeVisitorAbstract.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Parser.php Drop name magic from rebuildParser.php 2015-04-30 19:20:38 +02:00
ParserAbstract.php Add some more tests 2015-05-01 20:18:04 +02:00
PrettyPrinterAbstract.php Fix "print" pretty-printing 2015-04-26 11:56:04 +02:00
Serializer.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Unserializer.php Strict type compliance 2015-03-24 11:19:17 +01:00