3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function __toString() { static $i = 0; return (string) $i++; } } function test(string $foo = new Foo()) { var_dump($foo); } test(); test(); test();

preferences:
25.44 ms | 404 KiB | 5 Q