We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yield /*comment*/ from
1 parent cbe73a1 commit 7bb5a2eCopy full SHA for 7bb5a2e
UPGRADING
@@ -45,6 +45,9 @@ PHP 8.3 UPGRADE NOTES
45
be removed during cycle collection if the key is not reachable except by
46
iterating over the WeakMap (reachability via iteration is considered weak).
47
Previously, such entries would never be automatically removed.
48
+ . In addition to whitespace characters, now comments are allowed between
49
+ `yield` and `from`. The whole "construct" (e.g. `yield /* comment */ from`)
50
+ is reported as a single `T_YIELD_FROM` token by the tokenizer.
51
52
- DOM:
53
. DOMChildNode::after(), DOMChildNode::before(), DOMChildNode::replaceWith()
0 commit comments