3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Milkway\Earth; class Human{} namespace Universe; $human = new \Milkway\Earth\Human(); echo get_class($human) . PHP_EOL; $class = str_replace('Milkway\Earth\\', '', get_class($human)); echo $class;

preferences:
43.56 ms | 402 KiB | 5 Q