php-src/ext/opcache/tests/preload_undef_const.inc
2019-02-15 13:03:46 +01:00

5 lines
56 B
PHP

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