c.php   [plain text]


<?php

class c {
	const TESTCONSTANT = "c::TESTCONSTANT";
}