Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/014.php
<?php $a = 5; echo $a++; echo $a--; echo ++$a; echo --$a; ?>
Web-based Email Marketing Software for sending email newsletters
Return current item:
phc