We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the purpose to support null value in startsWith?
null
The text was updated successfully, but these errors were encountered:
Originally it was made so parameter could be checked for it without checking for null.
Sorry, something went wrong.
This may be ambiguous behavior in user code. If you need to allow check nulls then just do (string) $argument
(string) $argument
Could be adjusted in the next major version.
No branches or pull requests
What's the purpose to support
null
value in startsWith?The text was updated successfully, but these errors were encountered: