xref: /PHP-7.4/Zend/tests/bug67436/c.inc (revision f6605c78)
1<?php
2
3class c {
4	const TESTCONSTANT = "c::TESTCONSTANT";
5}
6