3v4l.org

run code in 300+ PHP versions simultaneously
<?php use Symfony\Component\HttpKernel\Exception\HttpException; class OrderNotFound extends HttpException { public static function create(string $id): self { return new self( statusCode: Response::HTTP_NOT_FOUND, message: sprintf('The order "%s" could not be found.', $id), headers: ['x-header' => 'foo'], ); } }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
154.67 ms | 1746 KiB | 9 Q