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