Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix str_split('') logic to keep same as PHP before 8.2 on PHP 8.2 #277

Merged
merged 1 commit into from
Nov 15, 2022

Commits on Nov 15, 2022

  1. Fix str_split('') logic to keep same as PHP before 8.2 on PHP 8.2

    Reference:
    -  https://php.watch/versions/8.2/str_split-empty-string-empty-array
    
    Fixes:
    - #276
    
    Signed-off-by: Elan Ruusamäe <glen@pld-linux.org>
    Co-authored-by: Elan Ruusamäe <glen@pld-linux.org>
    hungtrinh and glensc committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c4ad452 View commit details
    Browse the repository at this point in the history