1 2 3 4 5 6 7 8 9 10 11 12
--TEST-- importing const with same name but different case --FILE-- <?php namespace { use const foo\bar; use const foo\BAR; } ?> --EXPECT--