<?php
class A {
    const MY_CONST = "hello from A";
}
?>
