]> granicus.if.org Git - php/commit
allow non mixed use declarations, CC @nikic #1005
authorMárcio Almada <marcio3w@gmail.com>
Thu, 29 Jan 2015 05:16:53 +0000 (02:16 -0300)
committerMárcio Almada <marcio3w@gmail.com>
Sat, 7 Mar 2015 20:59:48 +0000 (17:59 -0300)
commitfbde890ee22a9d4294ac6bc4c1ffd9626e698f4b
treec0ed86ffe6cbf3c06e9f4c900300d4e2773abe35
parente9f82abd61083e21e5517f7c47445ba6b7853670
allow non mixed use declarations, CC @nikic #1005

```
use function N\S { foo, bar, etc };
use const N\S { FOO, BAR, ETC };
```

Related tests:

```
make test -j4 TESTS="-m Zend/tests/ns_0{88..92}*.phpt"
```

All namespace tests:

```
make test -j4 TESTS="Zend/tests/ns_*.phpt"
```
Zend/zend_compile.c
Zend/zend_language_parser.y