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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user