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

Improved preg_match() output param type inference #7027

Merged
merged 8 commits into from Nov 30, 2021

Commits on Nov 29, 2021

  1. Add stub for preg_match

    ralila committed Nov 29, 2021
    Copy the full SHA
    d57c246 View commit details
    Browse the repository at this point in the history
  2. Reverse parameter list vor preg_match

    ralila committed Nov 29, 2021
    Copy the full SHA
    15eb812 View commit details
    Browse the repository at this point in the history
  3. Adjust callmaps

    ralila authored and ralila committed Nov 29, 2021
    Copy the full SHA
    2c94ce0 View commit details
    Browse the repository at this point in the history
  4. Adjust tests

    ralila committed Nov 29, 2021
    Copy the full SHA
    e5c1a35 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Add some tests

    ralila committed Nov 30, 2021
    Copy the full SHA
    c29e943 View commit details
    Browse the repository at this point in the history
  2. Allow skipping tests for PHP <= 7.2

    ralila committed Nov 30, 2021
    Copy the full SHA
    fef4146 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9a7d080 View commit details
    Browse the repository at this point in the history
  4. Remove some now superfluous casts

    ralila committed Nov 30, 2021
    Copy the full SHA
    98b0b05 View commit details
    Browse the repository at this point in the history