<?php declare(strict_types = 1); class strcls implements Stringable { public function __toString() { return '{"a": 1}'; } } var_dump(json_decode(new strcls(), true));
You have javascript disabled. You will not be able to edit any code.