1 2 3 4 5 6 7 8 9 10 11 12
--TEST-- Allow self and parent in use const statement --FILE-- <?php namespace { use const self as foo; use const parent as bar; } ?> --EXPECT--