3v4l.org

run code in 500+ 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:
60.69 ms | 1031 KiB | 5 Q