You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found as part of the clone-with work, while investigating whether or not the current OPcode specialization for ZEND_CLONE is meaningful or not. A specialized handler for CONST likely is not necessary, since object literals are not a thing.
PHP Version
git master
Operating System
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
The following code:
Resulted in this output:
But I expected this output instead:
Found as part of the clone-with work, while investigating whether or not the current OPcode specialization for
ZEND_CLONE
is meaningful or not. A specialized handler forCONST
likely is not necessary, since object literals are not a thing.PHP Version
Operating System
No response
The text was updated successfully, but these errors were encountered: