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

Add golden test for reflection #2679

Merged
merged 19 commits into from
Nov 9, 2023

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    7a17162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75762d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c50737 View commit details
    Browse the repository at this point in the history
  4. Revert "downgrade match to switch for PHP < 8"

    This reverts commit ebcaa2a.
    schlndh committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c65c55f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dac312 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    766128f View commit details
    Browse the repository at this point in the history
  7. fix concurrency group

    schlndh committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4b4569f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fb6f05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95d6868 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a5f1d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4483a58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    299b634 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b3791cf View commit details
    Browse the repository at this point in the history
  14. fix reflection golden test

    schlndh committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    339d822 View commit details
    Browse the repository at this point in the history
  15. fix symbol dump download

    schlndh committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a9105ff View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. catch reflection exceptions

    These symbols fail to reflect on PHP 7.3/7.4
    
    CLASS Random\IntervalBoundary
    CLASS Relay\KeyType
    METHOD Random\IntervalBoundary::cases
    METHOD Random\Randomizer::getFloat
    PROPERTY Random\IntervalBoundary::$name
    schlndh committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ebc5ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4f33e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    0065094 View commit details
    Browse the repository at this point in the history
  2. remove useless PHP reinstall

    schlndh committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    69f7811 View commit details
    Browse the repository at this point in the history