parser/tests/0013/code.php
Saif Eddin Gmati 017b2e19c3
chore: use new integration test runner instead of assert_ast() (#127)
Signed-off-by: azjezz <azjezz@protonmail.com>

Signed-off-by: azjezz <azjezz@protonmail.com>
2022-11-29 01:33:01 +00:00

14 lines
195 B
PHP

<?php
use Foo\{Bar, Baz as Bob, Car};
use Bar\{Bar0, Baz0, Car0};
use Foo1, Bar1, Baz1;
use Foo as Qux;
use Foo;
use const FOO;
use const Foo\Bar\Baz\QUX;
use function f;
use const Pop\Bar\f;