Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6c90ca0
Choose a base ref
...
head repository: php/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 03a1ac6
Choose a head ref
  • 13 commits
  • 58 files changed
  • 2 contributors

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    0a8961a View commit details
    Browse the repository at this point in the history
  2. tree-wide: Remove stacktraces from tests testing throwing clones (#18748

    )
    
    This is in preparation for the possible future transformation of `clone` into a
    function call, but also meaningful on its own, since the purpose of the tests
    is not to test the stack trace generation, but rather that an exception was
    thrown. It also cleans up some unreachable code in the tests.
    TimWolla authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    4c5a6b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7365977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5987d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0a8303 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04b8a4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2dd1176 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    897ded1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9a198b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c751c8c View commit details
    Browse the repository at this point in the history
  11. Add clone() function

    TimWolla committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    a9ff187 View commit details
    Browse the repository at this point in the history
  12. Migrate to clone function

    TimWolla committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    9f345b8 View commit details
    Browse the repository at this point in the history
  13. Parser stuff

    TimWolla committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    03a1ac6 View commit details
    Browse the repository at this point in the history
Loading