<?php interface Foo { const C = 1; } class Bar implements Foo { const C = 2; } var_dump(Bar::C);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`