3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); class Catalogue { private int $id; private string $name; private int $type; private string $description; private Cost $cost; private bool $visible; public function __construct( int $id, string $name, int $type, string $description, Cost $cost, bool $visible ) { $this->id = $id; $this->name = $name; $this->type = $type; $this->description = $description; $this->cost = $cost; $this->visible = $visible; } }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
169.55 ms | 2110 KiB | 10 Q