From e9f82abd61083e21e5517f7c47445ba6b7853670 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1rcio=20Almada?= Date: Thu, 29 Jan 2015 01:38:16 -0300 Subject: [PATCH] add test for non mixed batch use statements... #1005 ``` use function foo\math {sin, cos, sum}; use const foo\math { PI, E, GAMMA, GOLDEN_RATIO } ``` --- Zend/tests/ns_092.phpt | 67 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 Zend/tests/ns_092.phpt diff --git a/Zend/tests/ns_092.phpt b/Zend/tests/ns_092.phpt new file mode 100644 index 0000000000..1ac6a39146 --- /dev/null +++ b/Zend/tests/ns_092.phpt @@ -0,0 +1,67 @@ +--TEST-- +Typed batch use statements +--FILE-- +