Viewing File: /home/ubuntu/code_review/arcanist/src/parser/xhpast/__tests__/data/php-comments.php.test

<?php

# comment
// comment
/* comment */
/**
 * comment
 */
/* unterminated comment
~~~~~~~~~~
pass
~~~~~~~~~~
* n_PROGRAM
 * n_STATEMENT_LIST
  * n_OPEN_TAG
   > <?php
 > "\n\n"
 > "# comment\n"
 > "// comment\n"
 > "/* comment */"
 > "\n"
 > "/**\n * comment\n */"
 > "\n"
 > "/* unterminated comment\n"
Back to Directory File Manager