mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
9 lines
149 B
PHP
9 lines
149 B
PHP
--TEST--
|
|
Bug #31672 (one-line comment with </script>)
|
|
--FILE--
|
|
<?php echo "Foo"; // ?>bar
|
|
<?php echo "Foo"; // </script>bar
|
|
--EXPECT--
|
|
Foobar
|
|
Foobar
|