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
Since #542 we can set php 8.x to AlternC but strpos behavior has change beetween < 8.x and and >=8.x
Before php 8.x strpos with an empty search value to test raised a warning and test was broken
Adter php8.x strpos accept an empty search value and return 0 as position
All strpos with an empty needle should be check
The text was updated successfully, but these errors were encountered:
Hello
Since #542 we can set php 8.x to AlternC but strpos behavior has change beetween < 8.x and and >=8.x
Before php 8.x strpos with an empty search value to test raised a warning and test was broken
Adter php8.x strpos accept an empty search value and return 0 as position
All strpos with an empty needle should be check
The text was updated successfully, but these errors were encountered: