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

7 lines
69 B
PHP

<?php
class Test {
const X = UNDEF;
const Y = Foo::UNDEF;
}