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