summaryrefslogtreecommitdiff
path: root/tests/classes/constants_basic_003.inc
blob: 17e067b534e007e66c62bc9d50bdaacac8b30769 (plain)
1
2
3
4
5
<?php
class A {
	const MY_CONST = "hello from A";
}
?>