1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

gen_stub: use real mixed type

This commit is contained in:
Daniel Scherzer
2026-03-18 14:14:03 -07:00
parent 2e20074310
commit b83dd1055b

View File

@@ -2250,7 +2250,7 @@ OUPUT_EXAMPLE
class EvaluatedValue
{
public /* readonly */ /* mixed */ $value;
public /* readonly */ mixed $value;
public SimpleType $type;
public Expr $expr;
public bool $isUnknownConstValue;