<?php class Foo { const BAR = "bar"; } $f = new Foo(); var_dump($f::BAR); var_dump($f::class);
You have javascript disabled. You will not be able to edit any code.