From 77a0bed0d895bb2117d02613d80d67323d1a5bf1 Mon Sep 17 00:00:00 2001 From: Matt Wilmas Date: Fri, 9 May 2008 11:05:34 +0000 Subject: [PATCH] Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc) --- Zend/tests/bug44830.phpt | 17 +++++++++++++++++ 1 file changed, 17 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..58b70ad076 --- /dev/null +++ b/Zend/tests/bug44830.phpt @@ -0,0 +1,17 @@ +--TEST-- +Bug #44830 (Very minor issue with backslash in heredoc) +--FILE-- + +--EXPECT-- +string(1) "\" + +--UEXPECT-- +unicode(1) "\" -- 2.40.0