ns_096.phpt 277 B

12345678910
  1. --TEST--
  2. Group use declaration list should not contain leading separator
  3. --FILE--
  4. <?php
  5. use Foo\Bar\{\Baz};
  6. ?>
  7. --EXPECTF--
  8. Parse error: syntax error, unexpected '\' (T_NS_SEPARATOR), expecting identifier (T_STRING) or function (T_FUNCTION) or const (T_CONST) in %s on line 3