xref
: /
PHP-7.2
/
tests
/
lang
/
comments2.phpt
(revision 29e74751)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
--TEST--
2
#-style comments (part 2)
3
--FILEEOF--
4
<?php
5
if (1) {
6
?>
7
#<?php }
8
--EXPECT--
9
#
10