1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/tests/basic/bug31672.phpt
2005-03-01 02:21:58 +00:00

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