Changes between Initial Version and Version 1 of Ticket #58467, comment 7
- Timestamp:
- 06/21/2023 11:44:22 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58467, comment 7
initial v1 1 @oandregal Do you mind changing `0 === strpos( $value, $prefix )` to `str_ contains`? We are trying to get rid of usage of `strpos`. See #58206.1 @oandregal Do you mind changing `0 === strpos( $value, $prefix )` to `str_starts_with`? We are trying to get rid of usage of `strpos`. See #58012. 2 2 3 3 CC @SergeyBiryukov