Changes between Initial Version and Version 3 of Ticket #58206
- Timestamp:
- 04/27/2023 12:44:29 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58206
- Property Milestone Awaiting Review → 6.3
-
Ticket #58206 – Description
initial v3 1 Replace usage of false === strpos or false !== strpos with str_starts_with. It makes the code more readable and use a PHP native function ( which may have a performance benefit ).1 Replace usage of `false === strpos` or `false !== strpos` with `str_contains`. It makes the code more readable and use a PHP native function ( which may have a performance benefit ). 2 2 3 Follow on from #58012 3 Follow on from #58012.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)