You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tokenizer now handles cases where right square bracket ("]") is the f…
…irst character of a range within a character class. Previously the "special" state for handling an initial character of "]" only recognised T_GROUP_CHARACTER.
Renaming Pattern::getRegex() to Pattern::toRegex()
From the interface perspective this language makes more sense; the regex value is not obviously
a property. Additionally, the method /does/ do conversion, it's not simply an accessor (though
it happens to exhibit accessor like behaviour because of the caching of the result.)