From 6c7ae8825d43673df567933a525c8bff26c0010c Mon Sep 17 00:00:00 2001 From: Matt Wilmas Date: Fri, 9 May 2008 11:06:45 +0000 Subject: [PATCH] MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc) --- Zend/tests/bug44830.phpt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Zend/tests/bug44830.phpt diff --git a/Zend/tests/bug44830.phpt b/Zend/tests/bug44830.phpt new file mode 100644 index 0000000000..21a35ff0cb --- /dev/null +++ b/Zend/tests/bug44830.phpt @@ -0,0 +1,14 @@ +--TEST-- +Bug #44830 (Very minor issue with backslash in heredoc) +--FILE-- + +--EXPECT-- +string(1) "\" -- 2.50.1