<?php class y { const function = 1; const const = 2; } var_dump(y::function, y::const);
You have javascript disabled. You will not be able to edit any code.