1<?php
2class A {
3	const MY_CONST = "hello from A";
4}
5?>