php-src/Zend/tests/bug67436/c.php
2014-06-15 16:31:39 -06:00

5 lines
60 B
PHP

<?php
class c {
const TESTCONSTANT = "c::TESTCONSTANT";
}