1
0
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:
Giovanni Giacobbi
2026-01-29 12:01:01 +01:00
committed by GitHub
parent b2bb31c715
commit 7ec14e3ca4

View File

@@ -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;