<?php namespace abc; class def {} $x = new \ABC\DEF(); print get_class($x); print PHP_EOL; print $x::class; print PHP_EOL; print DEF::class; print PHP_EOL;
You have javascript disabled. You will not be able to edit any code.