3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); class Pont { private string $unite = 'm²'; private float $longueur; private float $largeur; } $towerBridge = new Pont; $towerBridge->longueur = 286.0;
Output for 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Cannot access private property Pont::$longueur in /in/kC8k5:14 Stack trace: #0 {main} thrown in /in/kC8k5 on line 14
Process exited with code 255.
Output for 7.3.0 - 7.3.33
Parse error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /in/kC8k5 on line 7
Process exited with code 255.

preferences:
124.31 ms | 401 KiB | 156 Q