I dont think there is a solution.
Think of it like Java you cant have the same class name unless its in a different package. If your not sure on Java packages are just things defined. Now PHP doesnt work this way with OO (which is a bit disappointing as I have had the same errors), so having the same class name will always give errors since they are in the same package so to speak.
You could probably try and use define to create the Class Name for it however that is some hack and probably not in your best interest.