%PDF- %PDF-
Direktori : /var/www/html/geotechnics/api/vendor/nikic/php-parser/test/code/prettyPrinter/ |
Current File : /var/www/html/geotechnics/api/vendor/nikic/php-parser/test/code/prettyPrinter/comments.test |
Comments ----- <?php function justForIndentation() { // Some text # Some text /* Some text */ /** Some text */ /** * Some text. * Some more text. */ /* * Some text. * Some more text. */ /* Some text. Some more text. */ /* Some text. More text. */ /* Some text. More text. Even more text. */ $foo; } ----- function justForIndentation() { // Some text # Some text /* Some text */ /** Some text */ /** * Some text. * Some more text. */ /* * Some text. * Some more text. */ /* Some text. Some more text. */ /* Some text. More text. */ /* Some text. More text. Even more text. */ $foo; } ----- <?php function test() { // empty } ----- function test() { // empty }