File "InlineCommentUnitTest.inc"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc
File size: 390 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

// Some code goes here.

// This comment contains # multiple
// hash signs (#).

/*
 * Here is a small function comment.
 */
function test()
{
    // Some code goes here.

    # This comment is banned.

}//end test()

/*
    A longer comment goes here.
    It spans multiple lines.
*/

# This is a long comment
# that is banned.

### use the code from the regex
### over hre
### ok?