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