strings
strings copied to clipboard
What's the purpose to support null value in startsWith?
Originally it was made so parameter could be checked for it without checking for null.
This may be ambiguous behavior in user code. If you need to allow check nulls then just do (string) $argument
Could be adjusted in the next major version.