-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: nikic/PHP-Parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nikic/PHP-Parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 29 files changed
- 5 contributors
Commits on Jun 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for acf8f5e - Browse repository at this point
Copy the full SHA acf8f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc3bcf - Browse repository at this point
Copy the full SHA 7fc3bcfView commit details
Commits on Jun 23, 2025
-
Support declaring functions with name clone (#1090)
For use in stubs. see 9c7a3f8 see https://wiki.php.net/rfc/clone_with_v2 see php/php-src#18919
Configuration menu - View commit details
-
Copy full SHA for 8ab65b4 - Browse repository at this point
Copy the full SHA 8ab65b4View commit details
Commits on Jul 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dc47765 - Browse repository at this point
Copy the full SHA dc47765View commit details
Commits on Jul 19, 2025
-
feat: add CallLike::getArg() method (#1089)
This method returns the named argument that matches the given `$name`, or the positional (unnamed) argument that exists at the given `$position`, otherwise, returns `null` for first-class callables or if no match is found.
Configuration menu - View commit details
-
Copy full SHA for 66d5018 - Browse repository at this point
Copy the full SHA 66d5018View commit details
Commits on Jul 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c1f6c4c - Browse repository at this point
Copy the full SHA c1f6c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b815a16 - Browse repository at this point
Copy the full SHA b815a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e74153 - Browse repository at this point
Copy the full SHA 3e74153View commit details -
We model this as an expression, just like all the other casts, even though PHP treats (void) specially and makes it a statement. However, it has a peculiar carve-out where (void) *is* allowed in for init and loop expression lists (which only accept expressions, not statements). As such, we need to model it as an expression.
Configuration menu - View commit details
-
Copy full SHA for 507fa76 - Browse repository at this point
Copy the full SHA 507fa76View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5216ac - Browse repository at this point
Copy the full SHA c5216acView commit details -
Exclude one clone php-src test
clone($x, ) will parse as a function call, but be printed as clone($x), which parses as a clone expression. The difference is harmless.
Configuration menu - View commit details
-
Copy full SHA for 7c4f7ca - Browse repository at this point
Copy the full SHA 7c4f7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c724dde - Browse repository at this point
Copy the full SHA c724ddeView commit details
Commits on Jul 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3b8d8ab - Browse repository at this point
Copy the full SHA 3b8d8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 221b0d0 - Browse repository at this point
Copy the full SHA 221b0d0View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.5.0...v5.6.0