1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-11 17:09:41 +01:00
PHP-Parser/lib/PHPParser/Node/Scalar
nikic 9e43acee2c Scalar_String::create() -> Scalar_String::parse()
Directly creating the node isn't necessary anymore, the token only needs
to be parsed. This makes it consistent with the other scalar parsing
methods and removes the need to pass $arguments around.
2012-10-19 15:17:08 +02:00
..
ClassConst.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
DirConst.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
DNumber.php Fix some doc comments 2012-09-07 23:41:54 +02:00
Encapsed.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
FileConst.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
FuncConst.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
LineConst.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
LNumber.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
MethodConst.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
NSConst.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
String.php Scalar_String::create() -> Scalar_String::parse() 2012-10-19 15:17:08 +02:00
TraitConst.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00