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.31, 8.3.5 - 8.3.31, 8.4.1 - 8.4.22, 8.5.0 - 8.5.7

preferences:
62.42 ms | 755 KiB | 4 Q