<?php interface A { const C = 1; } class B implements A { const C = 2; } var_dump(B::C);
You have javascript disabled. You will not be able to edit any code.