php-8.0.30-src/ext/opcache/tests/preload_bug78376.inc

7 lines
81 B
PHP

<?php
const CNST = 'aaaa';
class A {
public static $a = CNST;
}
$a = \A::$a;