forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Inner class RFC #1
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
Closed
Closed
Changes from 44 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
70c2ebb
Fix typo in GHSA-hgf5-96fm-v528 NEWS entry
bukka e144c58
Merge branch 'PHP-8.1' into PHP-8.2
bukka 1158a1e
Merge branch 'PHP-8.2' into PHP-8.3
bukka 74911be
Merge branch 'PHP-8.3' into PHP-8.4
bukka 6ec89f0
Merge branch 'PHP-8.4'
bukka a7d2703
Correct check for maximum string length in JIT helpers
nielsdos 4139381
Fix GH-18037: SEGV Zend/zend_execute.c
nielsdos f18d0a1
Merge branch 'PHP-8.4'
nielsdos f4ba356
Merge branch 'PHP-8.3' into PHP-8.4
nielsdos b6e55d9
Merge branch 'PHP-8.4'
nielsdos 4e4f172
ext/bcmath: Simplify `bc_divide()` code (#17987)
SakiTakamachi 7c9872e
Fixed pointer subtraction for scale (#17986)
SakiTakamachi fa1effd
Merge branch 'PHP-8.4'
SakiTakamachi 32547f1
ext/bcmath: If the result is `0`, `n_scale` is set to `0`. (#18056)
SakiTakamachi 1c18267
Destroy temporary module classes in reverse order
arnaud-lb 4b9c72f
Merge branch 'PHP-8.3' into PHP-8.4
arnaud-lb f75dd82
Merge branch 'PHP-8.4'
arnaud-lb 5a8a98e
add new token
withinboredom 716a401
create the new grammar
withinboredom 1388dca
add new ast pieces
withinboredom c3cc41e
handle modifiers
withinboredom b9b93e6
handle compiling class declarations
withinboredom 0ac2ef0
add initial implementation;
withinboredom 17bd2cc
get return types working
withinboredom eef0b95
make ::class work
withinboredom f6006ad
fix failing test
withinboredom 1b85087
add another class
withinboredom 3d46bc2
add more tests to validate scope resolution keywords
withinboredom 99abdcd
update reflection
withinboredom 72e14ca
enable visibility
withinboredom 0254635
add tests for autoloading
withinboredom 458fca8
properly persist classes in opcache
withinboredom 7a06f63
handle return type visibility enforcement
withinboredom eea3ad3
fix static member access
withinboredom d2b3256
move tests
withinboredom 861da61
add more tests and fix access modifiers
withinboredom bf196a8
add support for lexical scope
withinboredom 05aecfd
handle type visibility
withinboredom 51f2fc5
fix opcache
withinboredom 4fda62b
fix test
withinboredom 2053a50
refine some error messages
withinboredom 5f9db7b
add type check to return type
withinboredom 7376eff
fix tests
withinboredom 2092910
temporarily fix this test -- might want to undo this
withinboredom 5f5d53f
clean up a bit and check readonly
withinboredom 0ff7a33
handle visibility of methods
withinboredom b62121a
just do not cache -- more trouble than it is worth right now
withinboredom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.