3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(test()); class C { // with this __toString method, 'b.php' can not find class C public function __toString() { return ''; } } function test() { return new C(); }

preferences:
51.01 ms | 402 KiB | 5 Q