summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/lang/bug44654.phpt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/lang/bug44654.phpt b/tests/lang/bug44654.phpt
new file mode 100755
index 0000000000..7e7f973d9d
--- /dev/null
+++ b/tests/lang/bug44654.phpt
@@ -0,0 +1,8 @@
+--TEST--
+Bug #44654 (syntax error for #)
+--FILE--
+#<?php echo 1; ?>
+<?php if (1) { ?>#<?php } ?>
+#<?php echo 1; ?>
+--EXPECT--
+##1