![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: 005: Name conflict (php name in case if ns name exists) ! 3: --FILE-- ! 4: <?php ! 5: namespace test\ns1; ! 6: ! 7: class Exception { ! 8: } ! 9: ! 10: echo get_class(new \Exception()),"\n"; ! 11: --EXPECT-- ! 12: Exception