summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_undef_const.inc
blob: 8d199e0e836074e79a601065665abfc1a696fd03 (plain)
1
2
3
4
<?php
class Foo {
    const A = self::DOES_NOT_EXIST;
}