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 6c642d3 commit 212d2b2Copy full SHA for 212d2b2
stubs/ext/reflection/ReflectionProperty.php
@@ -264,6 +264,9 @@ public function isFinal(): bool
264
/** @cvalue ZEND_ACC_PRIVATE_SET */
265
#[\Since('8.4')]
266
public const int IS_PRIVATE_SET = UNKNOWN;
267
+ /** @cvalue ZEND_ACC_VIRTUAL */
268
+ #[\Since('8.4')]
269
+ public const int IS_VIRTUAL = UNKNOWN;
270
/** @cvalue ZEND_ACC_FINAL */
271
272
public const int IS_FINAL = UNKNOWN;
0 commit comments