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