xref
: /
php-src
/
ext
/
opcache
/
tests
/
preload_bug78376.inc
(revision f8d79582)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
const CNST = 'aaaa';
3
class A {
4
public static $a = CNST;
5
}
6
$a = \A::$a;
7