Closed eutro closed 4 years ago
T_STRING is just the keyword string, T_STRINGVALUE is the token value of a string literal.
T_STRING
string
T_STRINGVALUE
I think it would be best to leave access by "" in, since it's not an illegal member for ZenMemberGetter/Setters.
""
ZenMemberGetter
Setter
T_STRING
is just the keywordstring
,T_STRINGVALUE
is the token value of a string literal.