Tokens that represent strings.
Note that T_STRINGS are NOT represented in this list.
Type: array
public static $stringTokens = [ T_CONSTANT_ENCAPSED_STRING => T_CONSTANT_ENCAPSED_STRING, T_DOUBLE_QUOTED_STRING => T_DOUBLE_QUOTED_STRING, ];