Commit b83dd1055b3 for php.net

commit b83dd1055b364cc7cdc714cf1dcd114788974892
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Wed Mar 18 14:14:03 2026 -0700

    gen_stub: use real `mixed` type

diff --git a/build/gen_stub.php b/build/gen_stub.php
index c64aa65530f..2e9f1417b5e 100755
--- a/build/gen_stub.php
+++ b/build/gen_stub.php
@@ -2250,7 +2250,7 @@ public function __clone()

 class EvaluatedValue
 {
-    public /* readonly */ /* mixed */ $value;
+    public /* readonly */ mixed $value;
     public SimpleType $type;
     public Expr $expr;
     public bool $isUnknownConstValue;