Language: PHP 8.4 Range value object — Range::from() foreach (#17427)#17433
Merged
Conversation
4 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Rangeas a PHP 8.4 forward-profile builtin class implementingIteratorAggregate.Range::from(1, 3)andRange::from('a', 'c')iterate inclusive int/string intervals via reusedVmRangelogic +ArrayIterator.class_exists('Range')remains false on the 8.2 reference profile; compliance + unit guards added.php-src reference
ext/standard/range.c— Range value object semantics (PHP 8.4 forward profile)PHP implementation
ext/standard/RangeBuiltin.php— VM registration,from()factory,getIterator()viaVmRange+ArrayIteratorBuiltinlib/CompilerVersion.php—supportsRange()gated like other 8.4 builtinsext/standard/BuiltinClasses.php— profile-gated registrationVerification
Closes #17427
Made with Cursor