Directory : /home/proudlyafrican/www/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/ |
Current File : //home/proudlyafrican/www/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/const.test |
Constant declarations ----- <?php const FOO = 'BAR'; const FOO = 1 + 1; const FOO = BAR, BAR = FOO; ----- const FOO = 'BAR'; const FOO = 1 + 1; const FOO = BAR, BAR = FOO;