1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Files
2014-06-15 16:31:39 -06:00

6 lines
60 B
PHP

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