<? class ClassA { function __construct() { echo "I am an instance of Class A and my class definition has been imported<br/>"; } } ?>