Lines Matching refs:string
80 with incorrect type (such as string instead of int). This would lead to `TypeError`s down the
178 * The `Name` subnode `parts` has been replaced by `name`, which stores the name as a string rather
220 doc string semantics.
224 * Fixed various cases where `\r` at the end of a doc string could be incorrectly merged into a CRLF
800 a plain string.
802 than a plain string.
803 * The `var` subnode of `ClosureUse` now contains a `Variable` rather than a plain string.
804 * The `var` subnode of `Catch` now contains a `Variable` rather than a plain string.
877 builtin type (a simple `"object"` string), rather than a class `Name`.
1128 single-quoted, double-quoted, heredoc and nowdoc string.
1130 nowdoc string.
1176 `Expr\ShellExec`. The change has been done to allow assignment of attributes to encapsed string
1219 * Scalar type declarations. These are presented using `'bool'`, `'int'`, `'float'` and `'string'`