From 4485056a31aa1ae0e097f08f2b5c205d9faeb327 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1rcio=20Almada?= Date: Tue, 27 Jan 2015 02:48:39 -0300 Subject: [PATCH] ensure that comments are allowed between batch use declarations #1005 --- Zend/tests/ns_089.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/Zend/tests/ns_089.phpt b/Zend/tests/ns_089.phpt index e0b066c5ac..52094172d3 100644 --- a/Zend/tests/ns_089.phpt +++ b/Zend/tests/ns_089.phpt @@ -19,6 +19,7 @@ namespace Fiz\Biz\Buz { B, C as AC, D, + // comment between declarations function foo, function bar as buz, const FOO, -- 2.40.0