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