Closed gudmdharalds closed 2 years ago
This pull request updates usage of string functions.
TODO:
substr()
strpos()
strrpos()
This pull request updates usage of string functions.
TODO:
substr()
in PHP 8.0 and later returns empty string rather than false (see here). Update code accordingly.strpos()
usage, as it is changed in PHP 8.0 (see here).strrpos()
usage due to same reasons.