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
Passing an empty string to the $needle arg will cause strpos to always return 0. That is not at all clear from the docs, and perhaps more prominent since php 8 stopped throwing warnings for that. Might be good if the Needle or Return documentation mentioned that as it's not totally intuitive.