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

5 lines
56 B
PHP

<?php
class Foo {
const A = self::DOES_NOT_EXIST;
}