From: Márcio Almada Date: Thu, 29 Jan 2015 04:38:16 +0000 (-0300) Subject: add test for non mixed batch use statements... #1005 X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~767^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9f82abd61083e21e5517f7c47445ba6b7853670;p=php 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 } ``` --- 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-- +