From 7aacc705d03887c64a90489e367f4c40b46aa3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sun, 9 Aug 2020 11:06:57 +0200 Subject: Add many missing closing PHP tags to tests Closes GH-5958 --- Zend/tests/ns_013.phpt | 1 + 1 file changed, 1 insertion(+) (limited to 'Zend/tests/ns_013.phpt') diff --git a/Zend/tests/ns_013.phpt b/Zend/tests/ns_013.phpt index 063e27930c..f268fe2f96 100644 --- a/Zend/tests/ns_013.phpt +++ b/Zend/tests/ns_013.phpt @@ -9,5 +9,6 @@ function strlen($x) { } echo strlen("Hello"),"\n"; +?> --EXPECT-- test\ns1\strlen -- cgit v1.2.1