From ddcf7a2f499b00a9a6f402eec256db1cd0deeb4f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 12 Feb 2008 09:27:45 +0000 Subject: Added NEWDOC --- Zend/tests/nowdoc_015.phpt | 74 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Zend/tests/nowdoc_015.phpt (limited to 'Zend/tests/nowdoc_015.phpt') diff --git a/Zend/tests/nowdoc_015.phpt b/Zend/tests/nowdoc_015.phpt new file mode 100644 index 0000000000..9eb83bd063 --- /dev/null +++ b/Zend/tests/nowdoc_015.phpt @@ -0,0 +1,74 @@ +--TEST-- +Test nowdoc and line numbering +--FILE-- + +--EXPECT-- +6 +string(0) "" +10 +string(0) "" +14 +string(4) "test" +19 +string(4) "test" +24 +string(20) "test1 +test2 + +test3 + +" +34 +string(20) "test1 +test2 + +test3 + +" +44 +ok -- cgit v1.2.1