]> granicus.if.org Git - php/commit
add test for non mixed batch use statements... #1005
authorMárcio Almada <marcio3w@gmail.com>
Thu, 29 Jan 2015 04:38:16 +0000 (01:38 -0300)
committerMárcio Almada <marcio3w@gmail.com>
Sat, 7 Mar 2015 20:59:48 +0000 (17:59 -0300)
commite9f82abd61083e21e5517f7c47445ba6b7853670
tree8062eb4cfcf2cc18d0d0303debf4ed856a6b3065
parent4485056a31aa1ae0e097f08f2b5c205d9faeb327
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 [new file with mode: 0644]