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 --- ext/pcre/tests/bug70345.phpt | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pcre/tests') diff --git a/ext/pcre/tests/bug70345.phpt b/ext/pcre/tests/bug70345.phpt index 187a3e1e6f..42d4f8b12e 100644 --- a/ext/pcre/tests/bug70345.phpt +++ b/ext/pcre/tests/bug70345.phpt @@ -12,6 +12,7 @@ $subject = "aaaaxyzaaaa"; preg_match($regex, $subject, $matches); var_dump($matches); +?> --EXPECTF-- bool(false) -- cgit v1.2.1