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