xref: /PHP-5.5/tests/lang/comments2.phpt (revision 29e74751)
1--TEST--
2#-style comments (part 2)
3--FILEEOF--
4<?php
5if (1) {
6?>
7#<?php }
8--EXPECT--
9#
10