3v4l.org

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

preferences:
17.83 ms | 475 KiB | 4 Q