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
This code block throws an exception if the string consists of valid characters but solely of characters listed in SmsConstants::FROM_ALLOWED_CHARS. Because after the replace command the string will be empty and ctype_alnum() will return FALSE.