Subversion Repositories Applications.framework

Rev

Rev 5 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?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.

?>