php-parser/lib/PHPParser/Node
nikic cf3117d82d Fix parsing of integers that overflow into floats
Integers in hex/oct/bin notation that overflowed into floats were parsed incorrectly.
2012-01-15 16:54:48 +01:00
..
Expr [5.4] Add support for static closures 2011-10-29 00:16:29 +02:00
Name Merge Node_Name and Node_Name_Normal 2011-09-24 23:31:18 +02:00
Scalar Fix parsing of integers that overflow into floats 2012-01-15 16:54:48 +01:00
Stmt Fully Cover and fix NameResolver 2011-12-10 12:11:53 +01:00
Arg.php Move Node_Expr_FuncCallArg to Node_Arg (just like Node_Param) 2011-09-22 20:34:35 +02:00
Const.php Add shared Node_Const 2011-09-23 21:00:59 +02:00
Expr.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Name.php Add test coverage for Node_Name 2011-09-28 18:11:28 +02:00
Param.php Move Variable to Expr_Variable, move Stmt_FuncParam to Param (as it is used both in stmts and expr and both in funcs and methods) 2011-08-14 18:51:42 +02:00
Scalar.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Stmt.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00