<?php class A { private int $a = 0; } class C extends A { private $a = 4; }
You have javascript disabled. You will not be able to edit any code.