Nikita Popov 588e6a4d4c Add string kinds and doc string labels
Scalar\String_ and Scalar\Encapsed now have an additional "kind"
attribute, which may be one of:

 * String_::KIND_SINGLE_QUOTED
 * String_::KIND_DOUBLE_QUOTED
 * String_::KIND_NOWDOC
 * String_::KIND_HEREDOC

Additionally, if the string kind is one of the latter two, an
attribute "docLabel" is provided, which contains the doc string
label (STR in <<<STR) that was originally used.

The pretty printer will try to take the original kind of the string,
as well as the used doc string label into account.
2016-04-07 12:09:00 +09:00
..
2016-02-20 17:06:09 +01:00
2015-03-24 11:19:17 +01:00
2015-03-24 11:19:17 +01:00
2015-05-02 22:21:12 +02:00
2015-03-10 16:05:55 +01:00
2015-04-27 15:37:41 +02:00
2016-04-04 22:07:50 +09:00
2015-06-12 20:37:43 +02:00
2015-09-19 22:05:23 +08:00
2015-07-14 21:11:54 +02:00
2015-03-24 11:19:17 +01:00