<?php class Point { public function Point( public float $x = 70.0) {} } $a = new Point(); echo $a->x;
You have javascript disabled. You will not be able to edit any code.