Skip to content

Commit 212d2b2

Browse files
committed
Update stubs
1 parent 6c642d3 commit 212d2b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stubs/ext/reflection/ReflectionProperty.php

+3
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ public function isFinal(): bool
264264
/** @cvalue ZEND_ACC_PRIVATE_SET */
265265
#[\Since('8.4')]
266266
public const int IS_PRIVATE_SET = UNKNOWN;
267+
/** @cvalue ZEND_ACC_VIRTUAL */
268+
#[\Since('8.4')]
269+
public const int IS_VIRTUAL = UNKNOWN;
267270
/** @cvalue ZEND_ACC_FINAL */
268271
#[\Since('8.4')]
269272
public const int IS_FINAL = UNKNOWN;

0 commit comments

Comments
 (0)