3v4l.org

run code in 300+ PHP versions simultaneously
<?php function Something() { return "Another"; } class Something {} class Another {}; echo Something() . PHP_EOL; var_dump(new Something()); var_dump(new (Something()));

preferences:
40.83 ms | 795 KiB | 5 Q