3v4l.org

run code in 300+ PHP versions simultaneously
<?php enum AxisType {} enum AxisOrientation {} class IncompleteObject { public function __construct( public readonly int $id, public readonly AxisType $type, public readonly AxisOrientation $axisOrientation, public readonly array $ranges, public ?int $value ) { } } class CompleteObject { public function __construct( public readonly int $id, public readonly AxisType $type, public readonly AxisOrientation $axisOrientation, public readonly array $ranges, public readonly int $value ) { } }
Output for 8.1.30 - 8.1.33, 8.2.4 - 8.2.29, 8.3.5 - 8.3.25, 8.4.1 - 8.4.12

preferences:
59.94 ms | 406 KiB | 5 Q