how is mvc architecture used in php without any framework?
It's not. Core PHP is a "start in global namespace statement and expression oriented language". You need extra code (and an optional URL Rewriter) to implement any kind of MVC architecture. That extra code is your framework.