xref: /php-src/ext/opcache/tests/gh8846-2.inc (revision 0600f513)
1<?php
2var_dump(Foo::BAR);
3class Foo {
4	const BAR = true;
5}
6