php-8.0.30-src/Zend/tests/bug67436/c.inc

6 lines
63 B
PHP

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