3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function __toString() { return '42'; } public static function fromInt(int $value) { } } var_dump(Foo::fromInt(new Foo));

preferences:
25.07 ms | 404 KiB | 5 Q