1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/tests/lang/bug44654.phpt
2012-10-10 10:27:49 +08:00

9 lines
132 B
PHP

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