mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
10 lines
87 B
PHP
10 lines
87 B
PHP
--TEST--
|
|
#-style comments (part 2)
|
|
--FILEEOF--
|
|
<?php
|
|
if (1) {
|
|
?>
|
|
#<?php }
|
|
--EXPECT--
|
|
#
|