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

Merge branch 'PHP-8.5'

* PHP-8.5:
  gen_stub: Fix compatibility with php 7.4 (in PHP-8.5+) (#21075)
This commit is contained in:
Tim Düsterhus
2026-01-29 12:01:10 +01:00

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;