3v4l.org

run code in 500+ 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.34, 8.2.4 - 8.2.32, 8.3.5 - 8.3.33, 8.4.1 - 8.4.24, 8.5.0 - 8.5.9

preferences:
66.55 ms | 782 KiB | 4 Q