the whole shebang
This commit is contained in:
13
vendor/nikic/php-parser/test/code/parser/stmt/namespace/mix.test-fail
vendored
Normal file
13
vendor/nikic/php-parser/test/code/parser/stmt/namespace/mix.test-fail
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
Namespace types cannot be mixed
|
||||
-----
|
||||
<?php
|
||||
namespace A;
|
||||
namespace B {}
|
||||
-----
|
||||
Cannot mix bracketed namespace declarations with unbracketed namespace declarations on line 3
|
||||
-----
|
||||
<?php
|
||||
namespace A {}
|
||||
namespace B;
|
||||
-----
|
||||
Cannot mix bracketed namespace declarations with unbracketed namespace declarations on line 3
|
||||
Reference in New Issue
Block a user