<?php namespace org\example\controllers; class HomeControllerTest { function __construct() { var_dump(__CLASS__); } }
info at phpclasses dot org