Not All Incremented Strings Are Deprecated¶
News are that the famous PHP feature to increment strings is deprecated. This is not entirely true, as only the strings that can’t be incremented emit the warning since PHP 8.3.
Truth is, this will be corrected in PHP 8.5, so better start using str_increment() and str_decrement() anyway.