mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
gen_stub: Fix compatibility with php 7.4 (in PHP-8.5+) (#21075)
This commit is contained in:
committed by
GitHub
parent
b2bb31c715
commit
7ec14e3ca4
@@ -2235,7 +2235,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