<?php declare(strict_types=1); class Pont { private string $unite = 'm²'; private float $longueur; private float $largeur; } $towerBridge = new Pont; $towerBridge->longueur = 286.0;
You have javascript disabled. You will not be able to edit any code.
Generated using Vulcan Logic Dumper, using php 8.0.0