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.
1 parent 54863f4 commit d23e4baCopy full SHA for d23e4ba
UPGRADING.INTERNALS
@@ -147,6 +147,11 @@ PHP 8.5 INTERNALS UPGRADE NOTES
147
4. OpCode changes
148
========================
149
150
+* New ZEND_DECLARE_ATTRIBUTED_CONST is used when a global constant is declared
151
+ with `const` and has attributes; this opcode is used *instead* of the
152
+ ZEND_DECLARE_CONST, and in addition to the name of the constant and the
153
+ value to use, has a ZEND_OP_DATA with a pointer to the compiled attributes.
154
+
155
156
5. SAPI changes
157
0 commit comments