Location:
PHPKode
>
projects
>
phc
> test/subjects/parsing/const_attribute.php
<?php class Foo { const x = 10; const y = 'foo', z = 'bar'; } echo Foo::x; ?>
Web-based Email Marketing Software for sending email newsletters
Return current item:
phc