3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Stuff; class Thing { public function method() { var_dump(__NAMESPACE__, __CLASS__, __METHOD__); } } (new Thing)->method();

preferences:
65.87 ms | 402 KiB | 5 Q