3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo implements \JsonSerializable { public function jsonSerialize() { return new self; } } var_dump(json_encode(new Foo));

preferences:
60.23 ms | 402 KiB | 5 Q