1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/tests/lang/bug44654.phpt
2009-01-10 17:01:00 +00:00

9 lines
132 B
PHP
Executable File

--TEST--
Bug #44654 (syntax error for #)
--FILE--
#<?php echo 1; ?>
<?php if (1) { ?>#<?php } ?>
#<?php echo 1; ?>
--EXPECT--
#1##1